-
Notifications
You must be signed in to change notification settings - Fork 80
Ryan Caloras edited this page Oct 4, 2015
·
15 revisions
Bashhub saves every terminal command entered with context and provides powerful querying for it.
In addition to saving a terminal command. Bashhub also records several pieces of information about the command including:
- Session
- Exit Status
- Directory
- Created At
This context allows for incredibly detailed querying.
They're stored in Bashhub's database. All commands are private. Bashhub's command database is encrypted at rest using storage level encryption. Commands are encrypted in transit using HTTPS.
Yes. You need an access token associated with your user account to retrieve them.
Yes! You can install Bashhub on any system you use and commands are saved with respect to that system. Never lose another command again.
Feel free to open pull requests and issues on Github