LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

indxbib

creates inverted indexes for bibliographic databases

TLDR

Build bibliography index
$ indxbib [database.bib]
copy
Index multiple files
$ indxbib [file1.bib] [file2.bib]
copy
Specify output base
$ indxbib -o [index] [database.bib]
copy
Set common words file
$ indxbib -c [common.txt] [database.bib]
copy

SYNOPSIS

indxbib [options] file...

DESCRIPTION

indxbib creates inverted indexes for bibliographic databases. These indexes enable fast lookups by lkbib and refer.The tool processes refer-format bibliography files. The generated index files have extensions .ia, .ib, .ic.

PARAMETERS

-o NAME

Output index base name.
-c FILE
Common words file to ignore.
-h N
Minimum word length to index.
-i STRING
Characters to ignore in index keys.
-l N
Maximum keys per record.
--help
Display help information.

INSTALL

sudo apt install groff
copy
sudo dnf install groff
copy
sudo pacman -S groff
copy
sudo apk add groff
copy
sudo zypper install groff
copy
brew install groff
copy
nix profile install nixpkgs#groff
copy

CAVEATS

Part of groff. Works with refer-format files. Index files are binary.

HISTORY

indxbib is part of the groff document formatting system, derived from traditional Unix refer tools.

SEE ALSO

refer(1), lkbib(1), lookbib(1), groff(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid