Bashhub is a brilliant little tool! It allows you to record your bash history, directly into the cloud. You entire bash history is indexed, and searchable! Every command you run, is saved with meta data like directory, and exit status.
Image credit: bashhub.com
Oh, and it’s open source. And, all your data is encrypted!
Installation
curl -OL https://bashhub.com/setup && bash setup
Here’s what that command does.
Uninstall it.
rm -r ~/.bashhub