Add 'fscr' script

This commit is contained in:
Wiktor Zykubek 2020-05-11 11:10:10 +02:00
parent 72dbc022cd
commit bad4f596e6

3
.local/bin/scripts/fscr Executable file
View File

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