aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--misc/auto-completion/bash/nnn-completion.bash (renamed from scripts/auto-completion/bash/nnn-completion.bash)0
-rw-r--r--misc/auto-completion/fish/nnn.fish (renamed from scripts/auto-completion/fish/nnn.fish)0
-rw-r--r--misc/auto-completion/zsh/_nnn (renamed from scripts/auto-completion/zsh/_nnn)0
-rwxr-xr-xmisc/clipboard-copier/copier (renamed from scripts/clipboard-copier/copier)0
-rwxr-xr-xmisc/natool/natool (renamed from scripts/natool/natool)0
-rw-r--r--misc/nlaunch/README.md (renamed from scripts/nlaunch/README.md)0
-rwxr-xr-xmisc/nlaunch/nlaunch (renamed from scripts/nlaunch/nlaunch)0
-rw-r--r--misc/nlay/README.md (renamed from scripts/nlay/README.md)0
-rwxr-xr-xmisc/nlay/nlay (renamed from scripts/nlay/nlay)0
-rw-r--r--misc/nlay/nlay.1 (renamed from scripts/nlay/nlay.1)0
-rw-r--r--misc/quitcd/quitcd.bash (renamed from scripts/quitcd/quitcd.bash)0
-rw-r--r--misc/quitcd/quitcd.csh (renamed from scripts/quitcd/quitcd.csh)0
-rw-r--r--misc/quitcd/quitcd.fish (renamed from scripts/quitcd/quitcd.fish)0
-rw-r--r--misc/quitcd/quitcd.zsh (renamed from scripts/quitcd/quitcd.zsh)0
-rwxr-xr-xmisc/test/mktest.sh (renamed from scripts/test/mktest.sh)0
-rwxr-xr-xplugins/getplugs2
17 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1a4d9c9..dd777f1 100644
--- 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).
diff --git a/scripts/auto-completion/bash/nnn-completion.bash b/misc/auto-completion/bash/nnn-completion.bash
index 4c81e77..4c81e77 100644
--- a/scripts/auto-completion/bash/nnn-completion.bash
+++ b/misc/auto-completion/bash/nnn-completion.bash
diff --git a/scripts/auto-completion/fish/nnn.fish b/misc/auto-completion/fish/nnn.fish
index c0a6b1f..c0a6b1f 100644
--- a/scripts/auto-completion/fish/nnn.fish
+++ b/misc/auto-completion/fish/nnn.fish
diff --git a/scripts/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn
index 17d1c1a..17d1c1a 100644
--- a/scripts/auto-completion/zsh/_nnn
+++ b/misc/auto-completion/zsh/_nnn
diff --git a/scripts/clipboard-copier/copier b/misc/clipboard-copier/copier
index e20dcf4..e20dcf4 100755
--- a/scripts/clipboard-copier/copier
+++ b/misc/clipboard-copier/copier
diff --git a/scripts/natool/natool b/misc/natool/natool
index 0b00066..0b00066 100755
--- a/scripts/natool/natool
+++ b/misc/natool/natool
diff --git a/scripts/nlaunch/README.md b/misc/nlaunch/README.md
index 2b267ee..2b267ee 100644
--- a/scripts/nlaunch/README.md
+++ b/misc/nlaunch/README.md
diff --git a/scripts/nlaunch/nlaunch b/misc/nlaunch/nlaunch
index 123e62d..123e62d 100755
--- a/scripts/nlaunch/nlaunch
+++ b/misc/nlaunch/nlaunch
diff --git a/scripts/nlay/README.md b/misc/nlay/README.md
index 4671eec..4671eec 100644
--- a/scripts/nlay/README.md
+++ b/misc/nlay/README.md
diff --git a/scripts/nlay/nlay b/misc/nlay/nlay
index b3d587f..b3d587f 100755
--- a/scripts/nlay/nlay
+++ b/misc/nlay/nlay
diff --git a/scripts/nlay/nlay.1 b/misc/nlay/nlay.1
index 0a6a7b5..0a6a7b5 100644
--- a/scripts/nlay/nlay.1
+++ b/misc/nlay/nlay.1
diff --git a/scripts/quitcd/quitcd.bash b/misc/quitcd/quitcd.bash
index 3f9f7fc..3f9f7fc 100644
--- a/scripts/quitcd/quitcd.bash
+++ b/misc/quitcd/quitcd.bash
diff --git a/scripts/quitcd/quitcd.csh b/misc/quitcd/quitcd.csh
index 9ea952d..9ea952d 100644
--- a/scripts/quitcd/quitcd.csh
+++ b/misc/quitcd/quitcd.csh
diff --git a/scripts/quitcd/quitcd.fish b/misc/quitcd/quitcd.fish
index 6743386..6743386 100644
--- a/scripts/quitcd/quitcd.fish
+++ b/misc/quitcd/quitcd.fish
diff --git a/scripts/quitcd/quitcd.zsh b/misc/quitcd/quitcd.zsh
index 24860ac..24860ac 100644
--- a/scripts/quitcd/quitcd.zsh
+++ b/misc/quitcd/quitcd.zsh
diff --git a/scripts/test/mktest.sh b/misc/test/mktest.sh
index 2d1decf..2d1decf 100755
--- a/scripts/test/mktest.sh
+++ b/misc/test/mktest.sh
diff --git a/plugins/getplugs b/plugins/getplugs
index a42bab1..b460d83 100755
--- a/plugins/getplugs
+++ b/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