Arun Prakash Jana
5 vuotta sitten
vanhempi
commit
c25b539eea
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 muutettua tiedostoa jossa
2 lisäystä ja
2 poistoa
-
user-scripts/edit
-
user-scripts/fzy
|
|
@@ -5,4 +5,4 @@ |
|
|
|
# Shell: POSIX compliant |
|
|
|
# Author: Arun Prakash Jana |
|
|
|
|
|
|
|
vim `find -type f | fzy` |
|
|
|
vim "$(find -type f | fzy)" |
|
|
@@ -5,4 +5,4 @@ |
|
|
|
# Shell: POSIX compliant |
|
|
|
# Author: Arun Prakash Jana |
|
|
|
|
|
|
|
xdg-open `find -type f | fzy` >/dev/null 2>&1 |
|
|
|
xdg-open "$(find -type f | fzy)" >/dev/null 2>&1 |