Software-update: fish 4.8.1

Fish logo Versie 4.8.1 van fish is uitgekomen. Fish, wat staat voor 'friendly interactive shell', is een Unix-shell met een focus op interactiviteit en gebruikersvriendelijkheid. Het kan bijvoorbeeld worden gebruikt als vervanger van Bash. Downloads zijn beschikbaar voor macOS, Linux, BSD en onder Windows is het ook in Windows Subsystem for Linux te gebruiken. De changelog voor deze uitgave kan hieronder worden gevonden.

Interactive improvements
  • On non-macOS platforms, Alt-Backspace, Alt-Delete, Alt-Left and Alt-Right operate on words again instead of tokens (#12122) eliminating cross-platform differences in input handling.
  • Builtin and function commands can now be colored separately via new variables fish_color_builtin and fish_color_function (#12837).
  • Add fish_darcs_prompt for Darcs repository status.
  • Fixed a crash in commandline --current-process when the cursor is inside a &| pipe (#12868).
  • Since prompt marking (via OSC 133) causes an issue in Konsole’s default configuration, prompt marking had been disabled for Konsole in 4.8.0. Now the omit-term-workarounds feature flag can be enabled to enable prompt marking on Konsole again (#12859).
Regression fixes:
  • (From 4.8.0) abbr --position=anywhere completions are no longer offered in argument position, to avoid cluttering the completion pager (#12838).
  • (From 4.8.0) pacman -Q short option completions (#12857).

fish-shell

Versienummer 4.8.1
Releasestatus Final
Besturingssystemen Linux, BSD, macOS, Windows 10, Windows 11
Website Fish
Download https://fishshell.com
Licentietype GPL

Door Bart van Klaveren

Downloads en Best Buy Guide

14-07-2026 • 12:45

4

Bron: Fish

Update-historie

14-07 fish 4.8.1 4
24-06 fish 4.8.0 3
06-05 fish 4.7.0 9
28-03 fish 4.6.0 11
17-02 fish 4.5.0 0
03-02 fish 4.4.0 4
07-01 fish 4.3.3 21
31-12 fish 4.3.2 0
28-12 fish 4.3.1 16
10-11 fish 4.2.0 0
Meer historie

Reacties (4)

Sorteer op:

Weergave:

Beste Shell voor interactieve terminal sessies, naar mijn mening. Maar dat is niet hetzelfde als Shell scripts. Dat vergeet men nog wel eens. Leer meerdere Shells. Ontdek en leer welke je het prettigst vind werken als je op de terminal zit plus minimaal eentje die POSIX compliant is. Bij voorkeur sh dan wel bash, want die bestaat altijd op elk Unix of Unix-like systeem. Dat zet je jezelf nooit voor een verassing. Verschillende toepassingen, verschillende tools.
Deze type-safe scripttaal Amber is ook een nieuwe ontwikkeling. Transpilen naar diverse shells. Wel nog in ontwikkeling, dus er veranderd vast nog wel iets wat oude scripts breekt.
[quote]Bij voorkeur sh dan wel bash, want die bestaat altijd op elk Unix of Unix-like systeem.[/quote]

Bash bestaat niet altijd op een Unix of Unix-like systeem. Soms moet je die toch echt even installeren. Denk daarbij aan FreeBSD waarbij sh standaard aanwezig is maar bash niet.
Klopt maar een posix compliant bash script zou normaal gesproken prima moeten werken in sh

Om te kunnen reageren moet je ingelogd zijn