Simple Terminal Apps
11 July, 2020 - 1 min
Skim - fuzzy finder
Skim is a blazingly fast fuzzy matcher. I mainly use it to search for files and edit with vim.
# Search a file with skim and open with vim
vim $(sk -m)
Bat - Cat replacer
Bat is a very nite cat replacer. Some of the features I enjoy the most:
- Automatically pipes the output to less if the content does not fit the screen.
- Syntax highlighting.
- Displays git modifications per line.
By running cat ~/.zshrc
:
Fig. 1 - Bat
Thanks for reading!
Vicente
A list of articles in the series Terminal Workflow: