Arun Prakash Jana
5 jaren geleden
bovenliggende
commit
819bddaac9
Geen bekende sleutel gevonden voor deze handtekening in de database
GPG sleutel-ID: A75979F35C080412
2 gewijzigde bestanden met
toevoegingen van 4 en
1 verwijderingen
-
plugins/fzcd
-
plugins/launch
|
|
@@ -1,6 +1,6 @@ |
|
|
|
#!/usr/bin/env sh |
|
|
|
|
|
|
|
# Description: Run fzf and go to the directory of the file selected |
|
|
|
# Description: Run fzf/fzy/fd/fdfind/find and go to the directory of the file selected |
|
|
|
# |
|
|
|
# Shell: POSIX compliant |
|
|
|
# Author: Anna Arad |
|
|
|
|
|
@@ -19,6 +19,9 @@ |
|
|
|
# Shell: POSIX compliant |
|
|
|
# Author: Arun Prakash Jana |
|
|
|
|
|
|
|
# shellcheck disable=SC2012 |
|
|
|
# shellcheck disable=SC2086 |
|
|
|
|
|
|
|
IFS=':' |
|
|
|
|
|
|
|
get_selection() { |
|
|
|