|
|
|
|
|
by andmarios
3671 days ago
|
|
I've written a bash history server in go and it has saved me more time than it took me to write it. It stores commands in a sqlite database. For each command it also saves the time, the user and the host.
It permits global search with some useful features (grep A/B/C switches, regexp, etc). I wrote it to scratch an itch, thus the documentation isn't user friendly.
If anyone is interested, shameless plug: https://github.com/andmarios/bashistdb |
|