]> Sergey Matveev's repositories - nnn.git/commitdiff
Move scripts to misc
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 16 Jun 2019 16:51:13 +0000 (22:21 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 17 Jun 2019 01:34:42 +0000 (07:04 +0530)
17 files changed:
README.md
misc/auto-completion/bash/nnn-completion.bash [moved from scripts/auto-completion/bash/nnn-completion.bash with 100% similarity]
misc/auto-completion/fish/nnn.fish [moved from scripts/auto-completion/fish/nnn.fish with 100% similarity]
misc/auto-completion/zsh/_nnn [moved from scripts/auto-completion/zsh/_nnn with 100% similarity]
misc/clipboard-copier/copier [moved from scripts/clipboard-copier/copier with 100% similarity]
misc/natool/natool [moved from scripts/natool/natool with 100% similarity]
misc/nlaunch/README.md [moved from scripts/nlaunch/README.md with 100% similarity]
misc/nlaunch/nlaunch [moved from scripts/nlaunch/nlaunch with 100% similarity]
misc/nlay/README.md [moved from scripts/nlay/README.md with 100% similarity]
misc/nlay/nlay [moved from scripts/nlay/nlay with 100% similarity]
misc/nlay/nlay.1 [moved from scripts/nlay/nlay.1 with 100% similarity]
misc/quitcd/quitcd.bash [moved from scripts/quitcd/quitcd.bash with 100% similarity]
misc/quitcd/quitcd.csh [moved from scripts/quitcd/quitcd.csh with 100% similarity]
misc/quitcd/quitcd.fish [moved from scripts/quitcd/quitcd.fish with 100% similarity]
misc/quitcd/quitcd.zsh [moved from scripts/quitcd/quitcd.zsh with 100% similarity]
misc/test/mktest.sh [moved from scripts/test/mktest.sh with 100% similarity]
plugins/getplugs

index 1a4d9c957aea83219259a28ebca5ced353724dc1..dd777f13be5b7d346f0529e035b89ce1d9791908 100644 (file)
--- a/README.md
+++ b/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).
similarity index 100%
rename from scripts/natool/natool
rename to misc/natool/natool
similarity index 100%
rename from scripts/nlaunch/nlaunch
rename to misc/nlaunch/nlaunch
similarity index 100%
rename from scripts/nlay/README.md
rename to misc/nlay/README.md
similarity index 100%
rename from scripts/nlay/nlay
rename to misc/nlay/nlay
similarity index 100%
rename from scripts/nlay/nlay.1
rename to misc/nlay/nlay.1
similarity index 100%
rename from scripts/test/mktest.sh
rename to misc/test/mktest.sh
index a42bab16521f99c5a7c23e26bd05e45ce0ebb0e5..b460d834411bff2cc3def1ea0ebda6c4929b7782 100755 (executable)
@@ -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