Arun Prakash Jana
5 lat temu
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A75979F35C080412
2 zmienionych plików z
2 dodań i
2 usunięć
-
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 |