diff --git a/content/_index.md b/content/_index.md index d774247..e94b100 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,6 +6,11 @@ title: #5251's toolbox ## 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 * [bat](https://github.com/sharkdp/bat) - cat(1) clone with syntax highlighting and Git integration.