Linux Terminal Glossary
›
Productivity & Search
Productivity & Search
27 commands
fzf
fzf --preview 'cat {}'
vim $(fzf)
history | fzf
rg 'pattern'
rg 'pattern' -l
rg 'pattern' -n
rg 'pattern' --type py
rg 'pattern' -i
rg 'pattern' --hidden
fd 'pattern'
fd '*.py'
fd --type d 'test'
fd --hidden pattern
bat --list-languages
exa -la
lsd -la
tldr tar
tldr find
man command
man -k keyword
info command
apropos keyword
z myproject
autojump myproject
thefuck
Ctrl+Z then fg
Search all 7,657 commands
instead.