From 25d7d15a7ea4a181ccb97623e34bdc4f394c0b67 Mon Sep 17 00:00:00 2001 From: Marton Gunyho Date: Tue, 22 Aug 2023 17:31:35 +0300 Subject: [PATCH] Update link for llama, it has been renamed to walk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4de90fa..1cc8b979 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ folder in the terminal and then `cd` to it. - [xplr](https://github.com/sayanarijit/xplr) - Lots of features, fully customizable. Not entirely focused on navigation, has file management features. Navigation by searching requires jumping between typing and pressing arrow keys. - [deer](https://github.com/Vifon/deer) - zsh only, searching requires extra keystrokes. - [cdir](https://github.com/EskelinenAntti/cdir) - Basically exactly the same idea as `tere`, but in written in Python. Doesn't have Vim-like keyboard navigation, and it's not a standalone binary. -- [llama](https://github.com/antonmedv/llama) - Very similar to `tere`, written in Go. +- [walk](https://github.com/antonmedv/walk) - Very similar to `tere`, written in Go. Requires typing `/` to enter search mode. Has the option to delete files and open files in an editor. - [sdn](https://git.janouch.name/p/sdn) - Also very similar to `tere`, even in terms of the UI as well. Type-ahead search mode is not the default, searching requires a couple of extra keystrokes. ### Fuzzy matching and history-based navigation