An open API service indexing awesome lists of open source software.

https://github.com/boneill02/bkeep

book management system
https://github.com/boneill02/bkeep

catalog cli manager shell shell-script tui

Last synced: about 1 year ago
JSON representation

book management system

Awesome Lists containing this project

README

          

# bkeep

`bkeep` is a very straightforward book management script, written and tested in
POSIX sh. It stores authors, titles, ISBNs, descriptions, and tags in a TSV
file for maximum flexibility.

## Dependencies

* `dialog` (for `bkeep_curses`)

## Installation

1. Edit config.mk with your desired installation paths
2. Run `make install` as root

## License

Copyright (C) 2019-2021 Ben O'Neill . License: MIT.
See LICENSE for more details.