6 lines
167 B
Plaintext
Raw Normal View History

2020-05-11 11:10:10 +02:00
#!/bin/sh
# Menu with scripts to edit in editor.
find "$HOME"/.local/bin/scripts/ -type f | fzf --preview "bat {}" --height 25 --layout reverse | xargs -r "$EDITOR"