소스 검색

Fix code examples in plugins README

master
Anna Arad GitHub 5 년 전
부모
커밋
b81affffa1
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      plugins/README.md

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

@@ -109,7 +109,7 @@ There are many plugins provided by `nnn` which can be used as examples. Here are
- Change to directory in clipboard using helper script
```sh
#!/usr/bin/env sh
. $(dirname $0/.nnn-plugin-helper)
. $(dirname $0)/.nnn-plugin-helper

nnn_cd "$(xsel -ob)"
```
@@ -117,7 +117,7 @@ There are many plugins provided by `nnn` which can be used as examples. Here are
- Change direcory to the location of a link using helper script with specific context (current)
```sh
#!/usr/bin/env sh
. $(dirname $0/.nnn-plugin-helper)
. $(dirname $0)/.nnn-plugin-helper

nnn_cd "$(dirname $(readlink -fn $1))" 0
```


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