From 609ee11d5506fa95dea703af0836f325c732e8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Reu=C3=9Fe?= Date: Wed, 25 Nov 2015 13:38:52 +0100 Subject: [PATCH 1/3] Add qfc. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1fcf68..49e71f2 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [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 +* [qfc](https://github.com/pindexis/qfc) - File-completion widget for Bash and Zsh * [SHML](https://github.com/MaxCDN/shml) - Style framework for the terminal (Shell Markup Language) * [spark](https://github.com/holman/spark) - ▁▂▃▅▂▇ in your shell * [spot](https://github.com/guille/spot) - Tiny file search utility From 49d40feabb3b0aecc47fc9fe4a56fe9618f1123c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Reu=C3=9Fe?= Date: Wed, 25 Nov 2015 13:40:30 +0100 Subject: [PATCH 2/3] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49e71f2..70b6a7d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,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 * [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 -* [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. +* [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 argument to a command. * [percol](https://github.com/mooz/percol) - Adds flavor of interactive filtering to the traditional pipe concept of UNIX shell * [qfc](https://github.com/pindexis/qfc) - File-completion widget for Bash and Zsh * [SHML](https://github.com/MaxCDN/shml) - Style framework for the terminal (Shell Markup Language) From 1d6285b0ae37ab726d16ae13b7b6250211c81441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Reu=C3=9Fe?= Date: Thu, 26 Nov 2015 09:23:35 +0100 Subject: [PATCH 3/3] Add bd. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70b6a7d..650d9b0 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [autojump](https://github.com/joelthelion/autojump) - A cd command that learns - easily navigate directories from the command line * [bash-slugify](https://github.com/benlinton/bash-slugify) - Command that converts filenames and directories to a web friendly format * [bashmarks](https://github.com/huyng/bashmarks) - Directory bookmarks for the shell +* [bd](https://github.com/vigneshwaranr/bd) - Quickly go back to a parent directory - [boom](https://github.com/holman/boom) - Store links and snippets in the commandline * [byobu](http://byobu.co/) - Text-based window manager and terminal multiplexer * [commacd](https://github.com/shyiko/commacd) - A faster way to move around in Bash