GithubHelp home page GithubHelp logo

maciejjan / bibman Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 1.0 616 KB

A console tool for managing BibTeX files.

License: GNU General Public License v3.0

Perl 100.00%
bibtex-files tui vim-like ncurses-tui bibliography

bibman's Introduction

About

Bibman (BIBliography MANager) is a small console tool for managing BibTeX files. Its functionality is meant to be similar to JabRef and its user interface is inspired by Vim. It enables quick searching, filtering, editing, sorting etc. of bibliography entries using a text-mode, keyboard-only interface. It stores bibliographies in plain BibTeX files and uses only standard fields.

Dependencies

perl >= 5.24*, ncurses >= 6.0*, perl-Curses, perl-Text-Bibtex

*) might work on earlier versions, but not tested

Installation

perl Makefile.PL
make
make install

Getting started

After installation, run the command bibman MY-BIBLIOGRAPHY-FILE to open the bibliography file. You will see a list of entries like this:

screenshot

Here are some basic keybindings:

  • k move one entry up,
  • j move one entry down,
  • g move to the beginning of the list,
  • G move to the end of the list,
  • o open the pdf file if present; the file must be placed in the same directory as the bibliography file and named KEY.pdf, where KEY is the entry key; by default it runs xdg-open, you can override this by setting the option reader; you can also configure add other document extensions by setting the option suffixes,
  • a add a new entry,
  • e edit the current entry,
  • u undo the last operation,
  • s:save the current file,
  • : show the command line,
  • q quit application.

On the edit screen, use the arrow keys or k/j to navigate up and down the form, Enter to toggle editing a field and q to exit the edit screen.

See the manual page (man bibman) for a complete list of keybindings and commands.

Disclaimer

The software is in alpha stage and might be unstable. Please backup all bibliography files you're working with.

Author

Maciej Janicki [email protected], 2017-2021

Feel free to contact me if you have any requests for features or other suggestions.

bibman's People

Contributors

maciejjan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

jgarte

bibman's Issues

Make keybindings pass the commands to the command line

Instead of executing the command directly, the keybindings should pass it to the command line at the bottom of the screen. There should be a possibility to pass a command without trailing <CR>, so that the user can input arguments (relevant e.g. for search, filter, save).

The command line should be a subclass of TextInput and have a CommandInterpreter as field.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.