Skip to main content

Console Bibliography

Project description

CoBib

Quickstart

Welcome to CoBib - the Console Bibliography! I have started this project when I was looking into alternatives to popular reference managers such as Mendeley, which has more features than I use on a regular basis and does not allow me to work from the command line which is where I spent most of the time that I spent on the computer.

Hence, I have decided to make it my own task of implementing a simple, yet fast, reference manager. CoBib is written in Python and uses a YAML file to store its bibliography in a plain text format.

Currently CoBib provides the following functionality:

  • adding new references from a bibtex source or via DOI or arXiv ID
  • querying the database by in- and exclusion filters
  • printing detailed information about a reference ID
  • exporting a list of references to the biblatex format
  • opening associated files using an external program
  • manually editing entries using the $EDITOR
  • and general database inspection/modification via a curses-based TUI

Installation

You can either install CoBib via pip: pip3 install cobib or you can download the source code and install it manually:

git clone https://gitlab.com/mrossinek/cobib
cd cobib
make install

The advantage of the latter is that the crude Zsh completion and man page are installed, too. When installing via pip, you can download these separately from the source code repository and follow the commands of make install_extras to install them under their respective paths.

This will install the cobib package. By default, cobib will store your database at ~/.local/share/cobib/literature.yaml

To see how you can change this, see Config.

Windows

Please note that Windows is not supported! This is due to the fact that Python under Windows does not ship with the curses module.

However, if you are using Windows 10 you should be able to install and use CoBib within the Linux subsystem.

Usage

Start by initializing the database with

cobib init

Afterwards you can simply run cobib to start the TUI. If you prefer full control from the command line you can also run all commands directly via the CLI. Available commands are add, list, edit, remove, show, open and export. Type cobib --help for further information or cobib <subcommand> --help for more detailed information on the specific subcommands.

Note: when adding data from a .bib file, make sure that it is in the BibLaTex format!

You can also find more information in the man page.

Config

You can overwrite the default configuration by placing a config.ini file at ~/.config/cobib/. Take a look at the example config to see what possible configuration options exist.

You may also specify a different config file at runtime by using the -c or --config command line argument.

You can also find more information in the man page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cobib-2.4.1.tar.gz (46.8 kB view details)

Uploaded Source

Built Distribution

cobib-2.4.1-py3-none-any.whl (43.6 kB view details)

Uploaded Python 3

File details

Details for the file cobib-2.4.1.tar.gz.

File metadata

  • Download URL: cobib-2.4.1.tar.gz
  • Upload date:
  • Size: 46.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for cobib-2.4.1.tar.gz
Algorithm Hash digest
SHA256 b5b4a915884b1d4328814ab4e1083eb267f27e371a8eca68e617c7ef067afe90
MD5 26739071d0e5d5ce08deab8cdee69ca3
BLAKE2b-256 d03f384aa14e263100fdc462c5714b8d06a9a9ca3f7adf853c8ec1e556db4af1

See more details on using hashes here.

File details

Details for the file cobib-2.4.1-py3-none-any.whl.

File metadata

  • Download URL: cobib-2.4.1-py3-none-any.whl
  • Upload date:
  • Size: 43.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for cobib-2.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b05d1e4aa0ce8fffdd0838dc6cd711ea58acf115df1e0f4e25217e3b448d743b
MD5 53b0c192f7350292e5a5ae1172fc7646
BLAKE2b-256 4ad8b1d71119741ed40a361d82360af554a9f34fa1e93f7ff24595c6de5f66f9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page