Sign inSign up

fidian/multishell-zsh

By fidian

Updated about 5 years ago

Every version of Zsh for testing shell scripts.

Image
0

6.4K

fidian/multishell-zsh repository overview

Contains every version of Zsh. All of the shells are located in /usr/local/bin and have the internal version number as their version number. There are symlinks set up to get the most recent release when there are multiple dot releases.

These shells, and many others, are included within the Multishell Docker Image. The additional scripts that are included on this image will be described there.

  • 3.x series
    • 3.0.8, 3.1.7, 3.1.8, 3.1.9
  • 4.x series
    • 4.0.1, 4.0.2, 4.0.4, 4.0.6, 4.0.7, 4.0.9, 4.2.0, 4.2.1, 4.2.3, 4.2.4, 4.2.5, 4.2.6, 4.2.7
  • 5.x series
    • 5.0.0, 5.0.1, 5.0.2, 5.0.4, 5.0.5, 5.0.6, 5.0.7, 5.0.8, 5.1, 5.1.1, 5.2, 5.3, 5.3.1, 5.4.1, 5.4.2, 5.5, 5.5.1, 5.6, 5.6.1, 5.6.2, 5.7, 5.7.1, 5.8

These are the symbolic links that are set up for your convenience.

zsh-3 -> zsh-3.1.9
zsh-3.0 -> zsh-3.0.8
zsh-3.1 -> zsh-3.1.9
zsh-4 -> zsh-4.2.7
zsh-4.0 -> zsh-4.0.9
zsh-4.2 -> zsh-4.2.7
zsh-5 -> zsh-5.7.1
zsh-5.0 -> zsh-5.0.8
zsh-5.4 -> zsh-5.4.2

You can generate a full list yourself using this command:

( cd /usr/local/bin; for F in *; do if [[ -L "$F" ]]; then echo "$F -> $(readlink "$F")"; else echo "$F"; fi; done ) | sort -V

Source: https://sourceforge.net/projects/zsh/files/zsh/

Git repository containing all source code and patches that were used to build the binaries: https://github.com/multishell/bash

Meant to be built using the these tools: https://github.com/multishell/multishell-scripts

Tag summary

Content type

Image

Digest

Size

41.1 MB

Last updated

about 5 years ago

docker pull fidian/multishell-zsh