mirror of
https://github.com/kmein/niveum
synced 2026-03-17 10:41:06 +01:00
5 lines
95 B
Bash
5 lines
95 B
Bash
|
|
#!/bin/sh
|
||
|
|
fd -t f -H -I \
|
||
|
|
| fzf -m --preview="bat {}" \
|
||
|
|
| xargs -ro -d "\n" "$EDITOR" 2>&-
|