Skip to main content

A tool for managing bibliographies

Project description

Bib

Texbib is a program that helps you to manage your BibTeX references.

Build Status

Installation

To install bib use the following commands

pip install --user texbib

Usage

Basics

To add the contents of a BibTeX foo.bib file to the global bibliography type into a shell

$ bib add foo.bib

You can specify as many files as you want in a singe command. The entries in the bibliography can be addressed by the ID that is specified in the BibTeX file.

You can also add a reference via its DOI, either in the doi:… format or as URL starting with https://doi.org/.

$ bib add doi:10.1002/andp.19053220806

This will make a request to the crossref api.

Preprints from arXiv may be added similarly:

$ bib add arXiv:1306.4856

You can have a look at the references in the bibliography with

$ bib show

Later you probably want to create a new file with all the references in your document directory. Use the handy dump command for that.

$ bib dump
Wrote to default.bib

To remove a single item with ID foo2000 from the active bibliography

$ bib rm foo2000

Using Bibliographies

You can group your references into bibliographies. To create one called myBib

bib init myBib

After creation it is your new active bibliography. Everything you add and remove will be applied to it instead of the default one.

To see what bibliographies exist and which is active

$ bib list
  default
* myBib

To change the active bibliography to an existing one use the checkout command.

$ bib checkout default

A bibliography can be removed with

$ bib delete myBib

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

texbib-0.3.1.tar.gz (11.4 kB view details)

Uploaded Source

File details

Details for the file texbib-0.3.1.tar.gz.

File metadata

  • Download URL: texbib-0.3.1.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3

File hashes

Hashes for texbib-0.3.1.tar.gz
Algorithm Hash digest
SHA256 4de90ac5c6d38abfb7f20b1d8d09e2dd496ff792644633c137330b56454fab85
MD5 8080339a40c99c914909afbc44003486
BLAKE2b-256 6315251dfb102aac46d9d808d3314cbf42c504d8d02fa530c0506e0836dec896

See more details on using hashes here.

Supported by

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