+script to quickly edit scripts by emacs from term

This commit is contained in:
dx
2020-05-25 01:52:29 +01:00
parent 16ad537558
commit be913d895f

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
ls ~/.local/scripts/ | fzf --layout=reverse --height=20 | xargs $EDITOR $1