From 18099c009e9fb3817a456c107dc57081cf1ea323 Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Tue, 2 Jun 2015 09:24:06 -0700 Subject: [PATCH] Add percol and fpp. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33814e1..16010cc 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,10 @@ Scope: 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 interaction with files based on the output of another command (like `git`), use `fpp` ([PathPicker](https://github.com/facebook/PathPicker)). + ## Processing files and data