瀏覽代碼

Move scripts to misc

master
Arun Prakash Jana 5 年之前
父節點
當前提交
794a0e2709
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 17 個檔案被更改,包括 3 行新增3 行删除
  1. +2
    -2
      README.md
  2. +0
    -0
      misc/auto-completion/bash/nnn-completion.bash
  3. +0
    -0
      misc/auto-completion/fish/nnn.fish
  4. +0
    -0
      misc/auto-completion/zsh/_nnn
  5. +0
    -0
      misc/clipboard-copier/copier
  6. +0
    -0
      misc/natool/natool
  7. +0
    -0
      misc/nlaunch/README.md
  8. +0
    -0
      misc/nlaunch/nlaunch
  9. +0
    -0
      misc/nlay/README.md
  10. +0
    -0
      misc/nlay/nlay
  11. +0
    -0
      misc/nlay/nlay.1
  12. +0
    -0
      misc/quitcd/quitcd.bash
  13. +0
    -0
      misc/quitcd/quitcd.csh
  14. +0
    -0
      misc/quitcd/quitcd.fish
  15. +0
    -0
      misc/quitcd/quitcd.zsh
  16. +0
    -0
      misc/test/mktest.sh
  17. +1
    -1
      plugins/getplugs

+ 2
- 2
README.md 查看文件

@@ -180,14 +180,14 @@ To cook yourself, download the [latest stable release](https://github.com/jarun/

#### Shell completion

Option completion scripts for Bash, Fish and Zsh can be found in respective subdirectories of [`scripts/auto-completion/`](scripts/auto-completion). Please refer to your shell's manual for installation instructions.
Option completion scripts for Bash, Fish and Zsh can be found in respective subdirectories of [`misc/auto-completion/`](misc/auto-completion). Please refer to your shell's manual for installation instructions.

#### QUICKSTART

1. Install the [utilities you may need](#utility-dependencies) based on your regular workflows.
2. Configure [cd on quit](https://github.com/jarun/nnn/wiki/hacking-nnn#cd-on-quit).
3. Optionally open all text files in `$EDITOR` (fallback vi): `export NNN_USE_EDITOR=1`
4. For additional functionality [install plugins](https://github.com/jarun/nnn/tree/master/plugins#installing-plugins) and the GUI app launcher [`nlaunch`](https://github.com/jarun/nnn/tree/master/scripts/nlaunch).
4. For additional functionality [install plugins](https://github.com/jarun/nnn/tree/master/plugins#installing-plugins) and the GUI app launcher [`nlaunch`](https://github.com/jarun/nnn/tree/master/misc/nlaunch).

- Don't memorize keys. Arrows, <kbd>/</kbd> and <kbd>q</kbd> suffice. Press <kbd>?</kbd> for help on keyboard shortcuts anytime.
- When you are ready for more, start [hacking `nnn`](https://github.com/jarun/nnn/wiki/hacking-nnn).


scripts/auto-completion/bash/nnn-completion.bash → misc/auto-completion/bash/nnn-completion.bash 查看文件


scripts/auto-completion/fish/nnn.fish → misc/auto-completion/fish/nnn.fish 查看文件


scripts/auto-completion/zsh/_nnn → misc/auto-completion/zsh/_nnn 查看文件


scripts/clipboard-copier/copier → misc/clipboard-copier/copier 查看文件


scripts/natool/natool → misc/natool/natool 查看文件


scripts/nlaunch/README.md → misc/nlaunch/README.md 查看文件


scripts/nlaunch/nlaunch → misc/nlaunch/nlaunch 查看文件


scripts/nlay/README.md → misc/nlay/README.md 查看文件


scripts/nlay/nlay → misc/nlay/nlay 查看文件


scripts/nlay/nlay.1 → misc/nlay/nlay.1 查看文件


scripts/quitcd/quitcd.bash → misc/quitcd/quitcd.bash 查看文件


scripts/quitcd/quitcd.csh → misc/quitcd/quitcd.csh 查看文件


scripts/quitcd/quitcd.fish → misc/quitcd/quitcd.fish 查看文件


scripts/quitcd/quitcd.zsh → misc/quitcd/quitcd.zsh 查看文件


scripts/test/mktest.sh → misc/test/mktest.sh 查看文件


+ 1
- 1
plugins/getplugs 查看文件

@@ -15,5 +15,5 @@ cd ~/.config/nnn/plugins
wget -nv --show-progress https://github.com/jarun/nnn/archive/master.tar.gz
tar -xf master.tar.gz
cp -vf nnn-master/plugins/* .
sudo mv -vf nnn-master/scripts/nlaunch/nlaunch /usr/local/bin/
sudo mv -vf nnn-master/misc/nlaunch/nlaunch /usr/local/bin/
rm -rf nnn-master/ master.tar.gz README.md

Loading…
取消
儲存