... | ... | @@ -39,6 +39,7 @@ Find that wget command with interactive search to execute it again :P |
|
|
```bash
|
|
|
$ bh -i "wget github"
|
|
|
```
|
|
|
|
|
|
###Directory based searching
|
|
|
|
|
|
The last commands you executed in this directory.
|
... | ... | @@ -46,11 +47,13 @@ The last commands you executed in this directory. |
|
|
```bash
|
|
|
$ bh -d
|
|
|
```
|
|
|
|
|
|
The last 10 things you vim'd in this directory
|
|
|
|
|
|
```bash
|
|
|
$ bh -d -n 10 "vim"
|
|
|
```
|
|
|
|
|
|
Enter interactive search for all the rsync commands executed in this directory
|
|
|
|
|
|
```bash
|
... | ... | |