Skip to content

gnash 1.3.3

Choose a tag to compare

@brianjfox brianjfox released this 06 Jul 17:56
Immutable release. Only release title and notes can be modified.

gnash 1.3.3

A feature release over 1.3.2, focused on interactive tab completion.

Highlights

  • Command-position completion. Completing the first word of a command now offers
    every kind of command -- shell keywords, aliases, functions, builtins, and
    executables on $PATH -- instead of only filenames. Arguments (and any word
    containing a /) still complete filenames.
  • zsh-style completion menu. Under the zsh personality the candidate listing now
    prints below the input line while the cursor stays on the line (it no longer
    marches down the screen), and the listing is cleared on the next keystroke.
  • Runtime personality switching now re-hooks readline. After personality zsh /
    emulate zsh (or switching away), the persona's readline behavior -- live
    highlighting, TAB completion style, and dotfile hiding -- takes effect immediately.

Install

brew tap brianjfox/tools && brew trust brianjfox/tools && brew install gnash

Or download the universal (arm64 + x86_64) macOS tarball below.