Adding sudocabulary link to productivity scripts section (#167)

* Update README.md

* Change shml repo URL as an attempt to pass travis build

* Change shml repo URL as an attempt to pass travis build
pull/163/merge
B Adarsh 2016-08-14 17:26:24 +05:30 committed by Caleb Xu
parent d281d6eb66
commit f9f9e0535a
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [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)
* [SHML](https://github.com/odb/shml) - Style framework for the terminal (Shell Markup Language)
* [slugify](https://github.com/benlinton/slugify) - Command that converts filenames and directories to a web friendly format
* [sman](https://github.com/tokozedg/sman) - :bug: A command-line snippet manager
* [spark](https://github.com/holman/spark) - ▁▂▃▅▂▇ in your shell
@ -57,6 +57,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
- [snips](https://github.com/srijanshetty/snips) - Commandline tool to manage snippets of code.
* [sshfs](https://github.com/osxfuse/sshfs) - A tool for mounting remote file systems over SSH
* [sshrc](https://github.com/Russell91/sshrc) - Bring your .bashrc, .vimrc, etc. with you when you SSH
* [sudocabulary](https://github.com/badarsh2/Sudocabulary) - Learn English Vocabulary from your terminal
* [thefuck](https://github.com/nvbn/thefuck) - Fix common shell mistakes by using an easy to remember command
* [tmux](http://tmux.github.io/) - Amazing terminal multiplexer
* [up](https://github.com/shannonmoeller/up) - Ascend directories by name or count, for bash and zsh.