소스 검색

Update plugin

master
Arun Prakash Jana 4 년 전
부모
커밋
57163ffa5d
No known key found for this signature in database GPG 키 ID: A75979F35C080412
2개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -1
      plugins/README.md
  2. +4
    -3
      plugins/autojump

+ 1
- 1
plugins/README.md 파일 보기

@@ -16,7 +16,7 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina

| Plugin (a-z) | Description | Lang | Dependencies |
| --- | --- | --- | --- |
| [autojump](autojump) | Navigate to dir/path | sh | [jump](https://github.com/gsamokovarov/jump)/autojump |
| [autojump](autojump) | Navigate to dir/path | sh | [jump](https://github.com/gsamokovarov/jump)/autojump/zoxide |
| [bookmarks](bookmarks) | Use named bookmarks managed with symlinks | sh | fzf |
| [boom](boom) | Play random music from dir | sh | [moc](http://moc.daper.net/) |
| [bulknew](bulknew) | Create multiple files/dirs at once | bash | sed, xargs, mktemp |


+ 4
- 3
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}


불러오는 중...
취소
저장