https://github.com/sharkdp/bat
batcat
syntax highlighting version cat
https://github.com/junegunn/fzf
sudo apt install fzf
Edit ~/.bashrc
export FZF_DEFAULT_OPTS='--height 80% --layout=reverse --border'
CTRL-K
/ CTRL-J
(or CTRL-P
/ CTRL-N
) to move cursor up and down
Enter key to select the item,
CTRL-C
/ CTRL-G
/ ESC
to exit
On multi-select mode (-m
), TAB
and Shift-TAB
to mark multiple items
Mouse: scroll, click, double-click; shift-click and shift-scroll on multi-select mode