... | ... | @@ -13,12 +13,12 @@ You can search through your commands in a lot of different ways. Check `bh --hel |
|
|
One of the most useful features is interactive search which is accessed via `bh -i` or `ctrl + b`. This is similar to reverse search i.e. `ctrl + r`. Interactive search drops you into a small menu where you can select a command to run on the command line.
|
|
|
|
|
|
Here's an example of interactive search followed by bashhub status.
|
|
|
![gif](http://i.imgur.com/fCIYlfO.gif)
|
|
|
![gif](https://i.imgur.com/fCIYlfO.gif)
|
|
|
|
|
|
### Command Details
|
|
|
From interactive search you can also access detailed information on each command by hitting `i` or `space` on any listed command.
|
|
|
|
|
|
![Command Details](http://i.imgur.com/is0gNnB.png)
|
|
|
![Command Details](https://i.imgur.com/is0gNnB.png)
|
|
|
|
|
|
|
|
|
##Searching Examples
|
... | ... | @@ -91,7 +91,7 @@ Most of this information is also displayed on the user profile page. |
|
|
|
|
|
```bash
|
|
|
=== Bashhub Status
|
|
|
http://bashhub.com/u/rccola
|
|
|
https://bashhub.com/u/rccola
|
|
|
Total Commands: 94965
|
|
|
Total Sessions: 16400
|
|
|
Total Systems: 18
|
... | ... | @@ -104,7 +104,7 @@ Commands Today: 47 |
|
|
##Deleting Commands
|
|
|
You can delete commands from Bashhub through interactive search by pressing `Delete` or `Backspace` while a command is highlighted. A small dialog box will open to confirm the commands deletion. If a command is deleted, it is permanently removed from Bashhub.
|
|
|
|
|
|
![gif](http://i.imgur.com/sHzvEJx.gif)
|
|
|
![gif](https://i.imgur.com/sHzvEJx.gif)
|
|
|
|
|
|
##Filtering Commands
|
|
|
You can filter commands from being recorded to Bashhub via a regex set to the environment variable `BH_FILTER`. These commands will be ignored and omittted from Bashhub.
|
... | ... | |