MyGit

3.2.0

fish-shell/fish-shell

版本发布时间: 2021-03-01 21:45:00

fish-shell/fish-shell最新发布版本:3.7.1(2024-03-19 13:29:28)

Notable improvements and fixes

# Show all dmesg lines related to "usb"
dmesg -w | string match '*usb*'
~/dev/build/fish-shell-git/src/fish-shell/build (makepkg)>

will turn into:

…h-shell/build (makepkg)>

It is still possible to react to the COLUMNS variable inside the prompt to implement smarter behavior.

fish_add_path /opt/mycoolthing/bin

will add /opt/mycoolthing/bin to the beginning of $fish_user_path without creating duplicates, so it can be called safely from config.fish or interactively, and the path will just be there, once.

> test 1 = 2 and echo true or false
test: Expected a combining operator like '-a' at index 4
1 = 2 and echo true or echo false
      ^

This includes numbering the index from 1 instead of 0, like fish lists.

Syntax changes and new commands

echo $var[1..]
echo $var[..-1]
echo $var[..]

All print the full list $var.

Scripting improvements

Interactive improvements

fish --debug=-warning-path

New or improved bindings

Improved prompts

Improved terminal support

Completions

For distributors

Deprecations and removed features

For distributors and developers

--

Download links: To download the source code for fish, we suggest the file named "fish-3.2.0.tar.xz". The file downloaded from "Source code (tar.gz)" will not build correctly. The SHA-256 sum of this file is 4f0293ed9f6a6b77e47d41efabe62f3319e86efc8bf83cc58733044fbc6f9211. A GPG signature from David Adam (key ID 0x7A67D962D88A709A) is available as "fish-3.2.0.tar.xz.asc".

相关地址:原始地址 下载(tar) 下载(zip)

1、 fish-3.2.0.app.zip 8.3MB

2、 fish-3.2.0.pkg 7.37MB

3、 fish-3.2.0.tar.xz 3.25MB

4、 fish-3.2.0.tar.xz.asc 833B

查看:2021-03-01发行的版本