wok view fish/description.txt @ rev 24765

afpfs-ng,btfs,curlftpfs,ddumbfs,djmount,encfs,exfat-utils,fusecloop,fusedav,fuseiso,httpfs2-fuse: try fuse2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 18 17:45:47 2022 +0000 (2022-03-18)
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.