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