@@ -196,7 +196,7 @@ Option completion scripts for Bash, Fish and Zsh can be found in respective subd | |||||
2. Configure [cd on quit](https://github.com/jarun/nnn/wiki/hacking-nnn#cd-on-quit). | 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` | 3. Optionally open all text files in `$EDITOR` (fallback vi): `export NNN_USE_EDITOR=1` | ||||
4. Run `n`. | 4. Run `n`. | ||||
5. To use `nnn` as a GUI app launcher with fuzzy selection menu, drop [`nlaunch`](https://github.com/jarun/nnn/blob/master/user-scripts/nlaunch) somewhere in your `$PATH`. | 5. To use `nnn` as a GUI app launcher with fuzzy selection menu, drop [`nlaunch`](https://github.com/jarun/nnn/blob/master/scripts/nlaunch/nlaunch) somewhere in your `$PATH`. Note that the launcher requires fzy. | ||||
6. Don't memorize keys. Arrows, <kbd>/</kbd> and <kbd>q</kbd> suffice. Press <kbd>?</kbd> for help on keyboard shortcuts anytime. | 6. Don't memorize keys. Arrows, <kbd>/</kbd> and <kbd>q</kbd> suffice. Press <kbd>?</kbd> for help on keyboard shortcuts anytime. | ||||
- For additional functionality [setup custom scripts](#user-scripts). | - For additional functionality [setup custom scripts](#user-scripts). | ||||
@@ -4,6 +4,8 @@ | |||||
# stdin, stdout, stderr are suppressed so CLI utilities exit silently. | # stdin, stdout, stderr are suppressed so CLI utilities exit silently. | ||||
# Works as an independent app launcher. | # Works as an independent app launcher. | ||||
# | # | ||||
# Requires fzy. | |||||
# | |||||
# Shell: POSIX compliant | # Shell: POSIX compliant | ||||
# Author: Arun Prakash Jana | # Author: Arun Prakash Jana | ||||
@@ -8,7 +8,6 @@ | |||||
| imgur | bash | [imgur](https://github.com/jomo/imgur-screenshot) | Upload an image to imgur | | | imgur | bash | [imgur](https://github.com/jomo/imgur-screenshot) | Upload an image to imgur | | ||||
| kdeconnect | sh | kdeconnect-cli | Send selected files to an Android device | | | kdeconnect | sh | kdeconnect-cli | Send selected files to an Android device | | ||||
| ndiff | sh | vimdiff | File and directory diff for selection | | | ndiff | sh | vimdiff | File and directory diff for selection | | ||||
| nlaunch | sh | fzy | Drop-down app launcher. Copy in `$PATH`; fallback regular prompt | | |||||
| nwal | sh | nitrogen | Set the selected image as wallpaper using nitrogen | | | nwal | sh | nitrogen | Set the selected image as wallpaper using nitrogen | | ||||
| paste | sh | [pastebinit](https://launchpad.net/pastebinit) | Paste contents of current (text) file to paste.ubuntu.com | | | paste | sh | [pastebinit](https://launchpad.net/pastebinit) | Paste contents of current (text) file to paste.ubuntu.com | | ||||
| picker | sh | nnn | Pick files and pipe the newline-separated list to another utility | | | picker | sh | nnn | Pick files and pipe the newline-separated list to another utility | | ||||