Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bashhub-client
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Ryan Caloras
  • bashhub-client
  • Wiki
  • FAQ

FAQ · Changes

Page history
use 2 blank lines consistently above headings; lowercase "systems" in... authored Sep 07, 2017 by Waldir Pimenta's avatar Waldir Pimenta
use 2 blank lines consistently above headings; lowercase "systems" in sentence-cased heading; add "multiple" for extra clarity
Hide whitespace changes
Inline Side-by-side
FAQ.md
View page @ a02ab516
## What does Bashhub do?
Bashhub saves every terminal command entered with context and provides powerful querying for it.
## How do I search my commands?
[Usage documentation on GitHub](https://github.com/rcaloras/bashhub-client#usage)
## What context does Bashhub save?
In addition to saving a terminal command. Bashhub also records several pieces of information about the command including:
......@@ -14,9 +16,11 @@ In addition to saving a terminal command. Bashhub also records several pieces of
This context allows for incredibly detailed querying.
## Where are my commands going?
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](https://github.com/rcaloras/bashhub-client/wiki/Security-and-Privacy) practices.
## Are commands private?
Yes. You need an access token associated with your user account to retrieve them.
......@@ -26,9 +30,10 @@ Absolutely. You can manage and configure what commands are in Bashhub and what g
Check the usage documentation for [deleting](https://github.com/rcaloras/bashhub-client#deleting-commands) and [filtering](https://github.com/rcaloras/bashhub-client#filtering-commands).
## Does Bashhub work across Systems?
## Does Bashhub work across multiple systems?
Yes! You can install Bashhub on any system you use and commands are saved with respect to that system. Never lose another command again.
## How can I contribute?
Feel free to open pull requests and issues on [Github](https://github.com/rcaloras/bashhub-client)
......
Clone repository
  • FAQ
  • Home
  • Install
  • Security and Privacy
  • Usage