Arun Prakash Jana
5 yıl önce
ebeveyn
işleme
c25b539eea
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: A75979F35C080412
2 değiştirilmiş dosya ile
2 ekleme ve
2 silme
-
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 |