Live data from Hacker News

Bashhub – Bash History in the Cloud

bashhub.com

1–10 of 49 posts

Re: Bashhub – Bash History in the Cloud

#9

>#ignore added to any command will omit it from being saved. Simply add it to the end of any command and it won't be recorded in Bashhub. A space at the start of the command will do the same in Bash itself - with this work for bashhub?

Yes, if you configure your history to ignore space. It won't be put in Bashhub.

Actually just added a filter command as well. You can export BH_FILTER="some-regex" and it'll ignore all those commands. Just released in 0.0.14!

Re: Bashhub – Bash History in the Cloud

#10
post #8
post #2

I like the idea a lot, but the security implications of this are scary. May as well just do a cloud based key stroke recorder.

In defense, you're not recording keystrokes. Simply taking bash history which is already recorded locally and moving it to the cloud.

You are giving all your bash history to a third party, that is incredibly scary and if you can't see the security implications then you need to rethink your product.
Post reply on HN