Command Line Knowledge Base
CLKB is a command line app to manage knowledge-base snippets, nifty one-liners and everything you simply want to store by using the command line.
When you create a new item your favorite CLI-editor pops up and lets you add the content. When you close the editor you’ll be asked for a short description and optionally some tags to quickly find it back.
This app is written in Python and works on most Linux distro’s.
Install
Debian/Ubuntu
Follow these steps or see the Launchpad project.
- sudo add-apt-repository ppa:trafex/clkb
- sudo apt-get update
- sudo apt-get install clkb
- Type clkb –help or see below for how to use
Redhat/Fedora/CentOS:
Follow these steps:
- Make sure you have python, python-dateutil and sqlite installed (yum install python python-dateutil sqlite)
- Download the latest tag here https://github.com/TrafeX/CLKB/tags
- Unpack the file and copy clkb to /usr/local/bin/
- Type clkb –help or see below for how to use
See the project on GitHub: https://github.com/TrafeX/CLKB