Fixes #96
pull/154/head
Joshua Levy 2015-07-03 01:19:26 -07:00
parent d285213f08
commit b09a1864e3
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ Notes:
stat -c '%A %a %n' /etc/timezone
```
- For interactive selection of values from the output of another command, use [`percol`](https://github.com/mooz/percol).
- For interactive selection of values from the output of another command, use [`percol`](https://github.com/mooz/percol) or [`fzf`](https://github.com/junegunn/fzf).
- For interaction with files based on the output of another command (like `git`), use `fpp` ([PathPicker](https://github.com/facebook/PathPicker)).