diff --git a/.local/bin/scripts/fscr b/.local/bin/scripts/fscr new file mode 100755 index 0000000..b0d9f94 --- /dev/null +++ b/.local/bin/scripts/fscr @@ -0,0 +1,3 @@ +#!/bin/sh + +find "$HOME"/.local/bin/scripts/ -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"