Compare commits

..

2 commits

Author SHA1 Message Date
140cb90c3f [TASK] add zoxide 2023-12-28 18:18:44 +01:00
33fc3eb9cb [TASK] add fzf 2023-12-28 18:18:27 +01:00

View file

@ -6,6 +6,11 @@ title: #5251's toolbox
## Command Line Interface ## Command Line Interface
## Shell
* [fzf](https://github.com/junegunn/fzf) - command-line fuzzy finder
* [zoxide](https://github.com/ajeetdsouza/zoxide) - a smarter cd command
### File and directory management ### File and directory management
* [bat](https://github.com/sharkdp/bat) - cat(1) clone with syntax highlighting and Git integration. * [bat](https://github.com/sharkdp/bat) - cat(1) clone with syntax highlighting and Git integration.