zsh 5.4 💾

Zsh is an interactive Unix shell similar to the well-known Korn shell, with adaptations from bash and tcsh. It provides a powerful scripting language with loadable extension modules, a bash compatibility mode, an advanced command line interface, a session-shared history, spelling correction, adaptable line editing, powerful filename matching, programmable command completion with support for most common Unix uilities.

minor documentation: The 'exec' and 'command' precommand modifiers, and options to them, are Now parsed after parameter expansion. Previously, both the modifier and Any options to it were parsed between alias expansion and parameter Expansion (see zshexpn(1)), so they could neither be quoted nor be the Result of parameter expansion. Examples: 's=command; s -V ls' and ' command -V ls' now work as expected.

MITL c shell command-line zsh system-shell ksh


Zuper - Zsh Ultimate Programmer's Extensions Refurbished 0.1

Zuper is a minimalist library of extensions for Zsh programming, because believe it or not Zsh is so slick and powerful that it can be used as a programming language. Zuper features load/save of associative maps as key/value storage on filesystem, a native ztcp facility for get/set k/v on consul.io and some more workflow debugging facilities.