A tool for bookmarking and tagging your favourite (and impossible to remember) shell commands
To install and run bashelp you need to have installed:
- nano
- python3 (>=3.2)
- sqlite3 (>=3.6.19)
The docs for bashelp are written in Markdown and translated in the unix man language using pandoc. Pandoc is NOT a dependency as the manpage is already built and does not have to be built during the installation.
It has been tested both on bash and zsh on the following linux distros: Ubuntu, Debian, Fedora, Arch, Gentoo.
- Clone the repository or just download the whole content in a folder on your pc.
- Execute in a shell 'sudo ./install.sh'.
Now you have installed bashelp. To remove bashelp just execute 'uninstall.sh'.
With
bashelp -a
you can interactively add a command to your shelf, then get it with
bashelp CommandTag
and in the end you remove the command with
bashelp --remove CommandId
For further information you may use
bashelp -h
or read the documentation in the manual
man bashelp