2020-05-11 11:34:51 +02:00

4 lines
127 B
Bash
Executable File

#!/bin/sh
find "$HOME"/.local/bin/scripts/ -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"