From 30a6bca232e871cb01db86d085aa5e910a9037f0 Mon Sep 17 00:00:00 2001 From: mhoye Date: Thu, 14 Dec 2023 09:17:30 -0500 Subject: [PATCH] Added more utilities --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09b59aa..1920f6a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Additions and corrections via raised issue or pull requests are welcome. * [Xh](https://github.com/ducaale/xh) is related, described as reimplementing a subset of HTTPie's interface with an emphasis on simplicity and speed. * [glow](https://github.com/charmbracelet/glow), a markdown-on-the-command-line tool. * [Lowdown](https://github.com/kristapsdz/lowdown), also a markdown tool, also interesting. -* [fzf](https://github.com/junegunn/fzf), a command-line "fuzzy finder" (but take a look at 'z' further down this list.) +* [fzf](https://github.com/junegunn/fzf) and [skim](https://github.com/lotabout/skim) are both interesting CLI "fuzzy finders" (but take a look at 'z' further down this list.) * [tldr](https://tldr.sh/) - simplified man pages with practical examples. The world has needed this for a long time. * [Tree](https://linuxhandbook.com/tree-command/): show you the tree structure of directories, a bit like microdosing on Midnight Commander from back in the day. * [Broot](https://github.com/Canop/broot): better navigation of directory trees.