se (104B)
1 #!/bin/sh 2 3 find /home/christos/src/scripts | sed 1d | grep -v '\.git' | sort | fzf | 4 xargs -r ${EDITOR}