Bunch of changes, fuzzy document finder

This commit is contained in:
2026-03-11 11:42:24 +01:00
parent 7dfa279413
commit b768d53ab8
7 changed files with 43 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
cd "$HOME/documents" || exit 1
fd --type f . |
fzf \
--scheme=path \
--prompt='documents> ' \
--preview 'bat --style=numbers --color=always --line-range :300 {}' \
--bind 'enter:become(nvim {})'