wok view fish/description.txt @ rev 24591

updated genext2fs (1.4.1 -> 1.5.0)
author Hans-G?nter Theisgen
date Mon Feb 28 17:48:46 2022 +0100 (2022-02-28)
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.