Arun Prakash Jana
5 lat temu
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A75979F35C080412
1 zmienionych plików z
1 dodań i
1 usunięć
-
plugins/fzy-open
|
|
@@ -7,7 +7,7 @@ |
|
|
|
# Shell: POSIX compliant |
|
|
|
# Author: Arun Prakash Jana |
|
|
|
|
|
|
|
entry="$(find -type f | fzy)" |
|
|
|
entry="$(find -type f 2>/dev/null | fzy)" |
|
|
|
|
|
|
|
case "$(file -biL "$entry")" in |
|
|
|
*text*) |
|
|
|