Work on implementing the fzf algorithm for the choose files kitten

People are more used to that, and it is more optimized for use case of
finding files.
This commit is contained in:
Kovid Goyal
2025-06-06 12:29:35 +05:30
parent 3059c87bd0
commit ed45e1354b
6 changed files with 816 additions and 4 deletions

1
go.mod
View File

@@ -20,6 +20,7 @@ require (
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
golang.org/x/image v0.27.0
golang.org/x/sys v0.33.0
golang.org/x/text v0.25.0
howett.net/plist v1.0.1
)