... | @@ -10,7 +10,7 @@ You can search through your commands in a lot of different ways. Check `bh --hel |
... | @@ -10,7 +10,7 @@ You can search through your commands in a lot of different ways. Check `bh --hel |
|
|
|
|
|
|
|
|
|
##Interactive Search
|
|
##Interactive Search
|
|
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.
|
|
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.
|
|
|
|
|
|
Enter interactive search for all the rsync commands executed in this directory
|
|
Enter interactive search for all the rsync commands executed in this directory
|
|
```bash
|
|
```bash
|
... | @@ -71,6 +71,25 @@ Your git commands including duplicates. |
... | @@ -71,6 +71,25 @@ Your git commands including duplicates. |
|
$ bh -dups "git"
|
|
$ bh -dups "git"
|
|
```
|
|
```
|
|
|
|
|
|
|
|
##Bashhub Status
|
|
|
|
You can get a summary of your user's stats/status by using the `status` command.
|
|
|
|
```bash
|
|
|
|
bashhub status
|
|
|
|
```
|
|
|
|
Most of this information is also displayed on the user profile page.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
=== Bashhub Status
|
|
|
|
http://bashhub.com/u/rccola
|
|
|
|
Total Commands: 94965
|
|
|
|
Total Sessions: 16400
|
|
|
|
Total Systems: 18
|
|
|
|
===
|
|
|
|
Session PID 15311 Started 9 days ago
|
|
|
|
Commands In Session: 3
|
|
|
|
Commands Today: 47
|
|
|
|
```
|
|
|
|
|
|
##Ignoring Commands
|
|
##Ignoring Commands
|
|
`#ignore` added to any command will omit it from being saved. Simply add it to the end of any command and it won't be recorded in Bashhub.
|
|
`#ignore` added to any command will omit it from being saved. Simply add it to the end of any command and it won't be recorded in Bashhub.
|
|
|
|
|
... | | ... | |