Add 'fscr' script
This commit is contained in:
parent
25a51b8ed9
commit
3345879b69
3
.local/bin/scripts/fscr
Executable file
3
.local/bin/scripts/fscr
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
find "$HOME"/.local/bin/scripts/ -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"
|
Loading…
x
Reference in New Issue
Block a user