Merge pull request #212 from netrc/master

added modules - environment manager
This commit is contained in:
Caleb Xu 2017-05-12 16:34:27 -04:00 committed by GitHub
commit bc43cdb8c8
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,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 alias](https://github.com/lingtalfi/k) - get kool aliases (and more) working with a simple one-liner
* [marker](https://github.com/pindexis/marker) - Bookmark your shell commands
* [modules](http://modules.sourceforge.net/) - Environment manager for the shell (compare to direnv and autoenv)
* [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration
* [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 argument to a command.