From bed50b30463cd39e4e7ca410d648c2caad00a64e Mon Sep 17 00:00:00 2001 From: Henrik Bengtsson Date: Thu, 21 Dec 2017 11:05:56 -0800 Subject: [PATCH] Lmod: a modernized version of 'modules' + clarify the latter For modules, see https://en.wikipedia.org/wiki/Environment_Modules_(software) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e258b..a35b2f5 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,9 @@ 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 * [lf.sh](https://github.com/suewonjp/lf.sh) - Quickly search files with fewer typings and do many more (grepping, copying path to clipboard, etc) +* [Lmod](http://lmod.readthedocs.io/) - Lua-based Environment Modules that enhances Tcl-based modules while being backward compatible (compare to modules) * [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) +* [modules](http://modules.sourceforge.net/) - Classical Tcl-based Environment Modules managing the shell environment (compare to Lmod, 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.