mirror of
https://github.com/quitesimpleorg/hs9001.git
synced 2024-11-21 21:17:51 +01:00
Bash history put into sqlite so it can be searched
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
Add this to .bashrc
if [ -n "$PS1" ] ; then PROMPT_COMMAND='hs9001 add "$(history 1)"' fi