Skip to content
Ryan Caloras edited this page Sep 27, 2015 · 15 revisions

What does Bashhub do?

Bashhub saves every terminal command entered with context and provides powerful querying for it.

What context does Bashhub save?

In addition to saving a terminal command. Bashhub also records several pieces of information about the command including:

  • System
  • Session
  • Exit Status
  • Directory
  • Created At

This context allows for incredibly detailed querying.

Does Bashhub work across 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.

$ bashhub off $ echo "Recording is now disabled for this session. This command won't be saved." .... $ bashhub on $ echo "Recording commands is now re-enabled"

Clone this wiki locally