mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-04-21 18:05:50 +00:00
Bunch of changes, fuzzy document finder
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
file=$(
|
||||
cd "$HOME/documents" || exit 1
|
||||
fd --type f . | rofi -dmenu -i -p "documents"
|
||||
) || exit 0
|
||||
|
||||
[ -n "$file" ] || exit 0
|
||||
exec alacritty -e nvim "$HOME/documents/$file"
|
||||
Reference in New Issue
Block a user