diff options
author | 2020-10-21 10:49:04 +0530 | |
---|---|---|
committer | 2020-10-21 10:50:56 +0530 | |
commit | 57163ffa5de7c2c8ab136e5f50ac56a7ce0dac7c (patch) | |
tree | cc5012090cf7d665b3d5cb65f619db83678f5df1 /plugins/autojump | |
parent | f3e122fc32489feff3cbe804d881fe6c9077bef5 (diff) | |
download | nnn-57163ffa5de7c2c8ab136e5f50ac56a7ce0dac7c.tar.gz |
Update plugin
Diffstat (limited to 'plugins/autojump')
-rwxr-xr-x | plugins/autojump | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/autojump b/plugins/autojump index c4ba5d1..db10c84 100755 --- a/plugins/autojump +++ b/plugins/autojump @@ -1,14 +1,15 @@ #!/usr/bin/env sh -# Description: Navigate to directory using jump/autojump +# Description: Navigate to directory using jump/autojump/zoxide # # Dependencies: jump - https://github.com/gsamokovarov/jump # OR autojump - https://github.com/wting/autojump +# OR zoxide - https://github.com/ajeetdsouza/zoxide # -# Note: jump/autojump STORES NAVIGATION PATTERNS +# Note: The dependencies STORE NAVIGATION PATTERNS # # Shell: POSIX compliant -# Authors: Marty Buchaus, Dave Snider +# Authors: Marty Buchaus, Dave Snider, Tim Adler if [ -z "$NNN_PIPE" ]; then echo 'ERROR: NNN_PIPE is not set' | ${PAGER:-less} |