Arun Prakash Jana
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: A75979F35C080412
共有
2 個檔案被更改,包括
2 行新增 和
2 行删除
-
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 |