fidian/multishell-fish

By fidian

Updated over 3 years ago

Every version of Fish for testing shell scripts.

Image
0

110

Contains every version of Fish. 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.

  • fish
    • 1.x series
      • 1.16.0, 1.16.1, 1.16.2, 1.17.0, 1.18.0, 1.18.1, 1.19.0, 1.20.0, 1.20.1, 1.20.2, 1.21.0, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11, 1.21.12, 1.22.0, 1.22.1, 1.22.3, 1.23.0, 1.23.1
    • 2.x series
      • 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.2b1, 2.2.0, 2.3b1, 2.3b2, 2.3.0, 2.3.1, 2.4b1, 2.4.0, 2.5b1, 2.5.0, 2.6b1, 2.6.0, 2.7b1, 2.7.0, 2.7.1
    • 3.x series
      • 3.0b1, 3.0.0, 3.0.1, 3.0.2, 3.1b1, 3.1.0, 3.1.1, 3.1.2, 3.2.0, 3.2.1, 3.2.2, 3.3.0, 3.3.1

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

fish-1 -> fish-1.23.1
fish-1.16 -> fish-1.16.2
fish-1.17 -> fish-1.17.0
fish-1.18 -> fish-1.18.1
fish-1.19 -> fish-1.19.0
fish-1.20 -> fish-1.20.2
fish-1.21 -> fish-1.21.12
fish-1.22 -> fish-1.22.3
fish-1.23 -> fish-1.23.1
fish-2 -> fish-2.7.1
fish-2.0 -> fish-2.0.0
fish-2.1 -> fish-2.1.2
fish-2.2 -> fish-2.2.0
fish-2.3 -> fish-2.3.1
fish-2.4 -> fish-2.4.0
fish-2.5 -> fish-2.5.0
fish-2.6 -> fish-2.6.0
fish-2.7 -> fish-2.7.1
fish-3 -> fish-3.3.1
fish-3.0 -> fish-3.0.2
fish-3.1 -> fish-3.1.2
fish-3.2 -> fish-3.2.2
fish-3.3 -> fish-3.3.1

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://fishshell.com/

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

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

Docker Pull Command

docker pull fidian/multishell-fish