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
- Host: GitHub
- URL: https://github.com/boneill02/bkeep
- Owner: boneill02
- License: mit
- Created: 2020-03-23T19:43:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T18:18:36.000Z (over 3 years ago)
- Last Synced: 2025-01-24T20:43:50.593Z (over 1 year ago)
- Topics: catalog, cli, manager, shell, shell-script, tui
- Language: Shell
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.