4 lines
116 B
Plaintext
Raw Normal View History

2020-05-13 08:54:58 +02:00
#!/bin/sh
find "$HOME"/.config/ -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"