mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
chore(packages): reorganize scripts
This commit is contained in:
4
packages/scripts/vf.sh
Executable file
4
packages/scripts/vf.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
fd -t f -H -I \
|
||||
| fzf -m --preview="bat {}" \
|
||||
| xargs -ro -d "\n" "$EDITOR" 2>&-
|
||||
Reference in New Issue
Block a user