Home

Awesome

bib.awk

Bibliography manager written in awk

Just like shbib, but better.

Table of Content

<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->

Preview

<!-- ### bib.awk Preview --> <!-- [![bib.awk preview](https://asciinema.org/a/Edb3nFO0Xeb4yDf1cT1A4FKzT.png)](https://asciinema.org/a/Edb3nFO0Xeb4yDf1cT1A4FKzT) -->

bib.awk Preview

bib.awk preview

Installation guide

Contribution to use it in repository in distro is welcome. Here is a simple guide for manual installation:

  1. git clone https://github.com/huijunchen9260/bib.awk to download bib.awk to directory.
  2. To install on linux:
    • Run sudo make install to install both bib.awk.
  3. Configuration is necessary. You definitely need to set BIBFILE and PDFPATH for basic function to work. For detailed explanation, see Configuration.

Configuration

Configuration is done within the first section of bib.awk file.

Configuration explanation:

Requirement

Keybinding

NUMBERS:
	[num] - move cursor to entry [num]
	[num]+G - Go to page [num]

NAVIGATION:
	k/↑ - up                      j/↓ - down
	l/→ - right                   h/← - left
	Ctrl-f - Half Page Down       Ctrl-u - Half Page Up
	n - PageDown                  p - PageUp
	g/Home - first page           G/End - last page

MODES:
	/ - search
	←/→ - move left/right
	⌫ - backspace on one character

PREVIEW:
	v - toggle preview on pdf file (file selection)

MISC:
	r - refresh                   q - quit
	? - show keybinds

Actions explained

Alternatives