-
Notifications
You must be signed in to change notification settings - Fork 84
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. For more details checkout the basic security and privacy practices.
Yes. You need an access token associated with your user account to retrieve them.
Absolutely. You can manage and configure what commands are in Bashhub and what gets sent to Bashhub. Check the usage documentation for deleting and filtering.
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