wok view fish/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children
line source
1 Fish, the Friendly Interactive SHell.
3 A shell is a program that helps you operate your computer by starting
4 other programs. Fish offers a command-line interface focused on
5 usability and interactive use.
7 Unlike other shells, fish does not follow the POSIX standard, but
8 still uses roughly the same model.
10 Some of the special features of fish are:
12 * Extensive UI: Syntax highlighting, Autosuggestions, tab completion
13 and selection lists that can be navigated and filtered.
14 * No configuration needed: fish is designed to be ready to use
15 immediately, without requiring extensive configuration.
16 * Easy scripting: New functions can be added on the fly. The syntax
17 is easy to learn and use.