Updated at: February 23, 2017
cool shell style like zsh, in my opinion
how to install? follow instruction easily
auto suggestion, completion and stytax highlighting
> ls -
# click Tab
~> ls -
--all -a (Show hidden) --ignore-backups -B (Ignore files ending with ~) --width -w (Assume screen width)
--almost-all -A (Show hidden except . and ..) --inode -i (Print inode number of files) -1 (List one file per line)
--author (Print author) --lcontext (Display security context) -C (List by columns)
--blocksize (Set block size) --literal -N (Print raw entry names) -c (Show and sort by ctime)
…and 15 more rows
# arrow right complete to end
> ls| -la
# alt + arrow right complete one word
# update completions via parsing man pages
> fish_update_completions
web base config
> fish_config
# will open a tab in your default browser and you can config your color theme/promot etc...
usually, we would like to do: