Merge pull request #108 from saksham0808/pathpicker

Added facebook pathpicker to command-line productivity.
This commit is contained in:
Caleb Xu 2015-10-18 15:18:24 -04:00
commit 4386b625d3

View File

@ -38,6 +38,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [k](https://github.com/supercrabtree/k) - k is a Zsh script to make directory listings more readable, adding Git status, fileweight colors and rotting dates * [k](https://github.com/supercrabtree/k) - k is a Zsh script to make directory listings more readable, adding Git status, fileweight colors and rotting dates
* [marker](https://github.com/pindexis/marker) - Bookmark your shell commands * [marker](https://github.com/pindexis/marker) - Bookmark your shell commands
* [parallel](http://www.gnu.org/software/parallel) - Build and execute shell command lines from standard input in parallel * [parallel](http://www.gnu.org/software/parallel) - Build and execute shell command lines from standard input in parallel
* [pathpicker](https://github.com/facebook/PathPicker) - Accepts inputs like grep, searches, git etc; allows selecting files from the result of the input, which you can then open or provide as arguement to a command.
* [percol](https://github.com/mooz/percol) - Adds flavor of interactive filtering to the traditional pipe concept of UNIX shell * [percol](https://github.com/mooz/percol) - Adds flavor of interactive filtering to the traditional pipe concept of UNIX shell
* [SHML](https://github.com/MaxCDN/shml) - Style framework for the terminal (Shell Markup Language) * [SHML](https://github.com/MaxCDN/shml) - Style framework for the terminal (Shell Markup Language)
* [spark](https://github.com/holman/spark) - ▁▂▃▅▂▇ in your shell * [spark](https://github.com/holman/spark) - ▁▂▃▅▂▇ in your shell