1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 10:41:06 +01:00
Files
niveum/packages/scripts/vf.sh

5 lines
95 B
Bash
Raw Normal View History

2020-04-09 16:56:47 +02:00
#!/bin/sh
fd -t f -H -I \
| fzf -m --preview="bat {}" \
| xargs -ro -d "\n" "$EDITOR" 2>&-