Tri Nguyen

BibMan - A Keyboard-based Bibliography Manager

Sep 27, 2023

I want a software to manage and organize collections of papers in my way. Mendeley is closed source so it is out of the picture. Zotero is pretty nice and open source with extensible capabilities through extensions. However, as a Vim and Ranger user, I crave for a purely keyboard driven interface. And I could not find any thing like that. So I wrote one.

Quick Demo: https://www.youtube.com/watch?v=Tt_wGJYMHY8

I have used BibMan for over a year without encountering any major issues which gave me confidence in its stability. And with the philosophy of being transparency, valuable data including PDFs, notes, BibTex files are stored exactly as they are. This approach allows you to have a backup method of your choice, in addition to easily replacing your data collection. For instance, I have one directory for demo purpose and another for my real data, and switching the two can be done by modifying the configuration in ~/.config/bibman/config. It also separates the UI business from the data, so that the data remains safe given my ‘un-professional UI code’. In fact, most of the errors I’ve encountered so far have been related to rendering issues and can often be temporarily resolved by simply re-runing the software.

In addition to essential features, such as adding/delete new paper, group papers according tags, searching, opening corresponding PDFs, copy BibTex entries, things that I like to have but does not exist in other software are:

Yeah, that’s it. Give it a try.

pip install bibman

Source code is at https://github.com/ductri/BibMan


← Back to all articles