]> Sergey Matveev's repositories - nnn.git/commitdiff
nlaunch is an independent app launcher
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 23 Mar 2019 15:30:16 +0000 (21:00 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 23 Mar 2019 17:22:57 +0000 (22:52 +0530)
user-scripts/README.md
user-scripts/nlaunch

index 08f7a5a470af5c82542c279e06cd56e716476c7e..952fce746f4819e9bd8e0d016915f253ce61b263 100644 (file)
@@ -9,7 +9,7 @@
 | imgur | Upload an image file to imgur |
 | kdeconnect | Send selected files to Android device using kdeconnect-cli |
 | ndiff | File and directory diff for selection using vimdiff |
-| nlaunch | Drop-down app launcher (needs fzy), drop in `$PATH`; fallback regular prompt |
+| nlaunch | Drop-down independent app launcher (needs fzy), drop in `$PATH`; fallback regular prompt |
 | picker | Pick files and pipe the newline-separated list to another utility |
 | sxiv | Open images in current directory in sxiv |
 | upgrade | Check and update to latest version of nnn manually on Debian 9 Stretch |
index 7eee8a009220a106b9260e410bedbddbfcd9a180..7448ca91b5fae4de1390829d6487594838af0591 100755 (executable)
@@ -1,7 +1,8 @@
 #!/usr/bin/env sh
 
-# Description: Fuzzy find executables in $PATH and launch an application
-#              stdin, stdout, stderr are suppressed so CLI utilities exit silently
+# Description: Fuzzy find executables in $PATH and launch an application.
+#              stdin, stdout, stderr are suppressed so CLI utilities exit silently.
+#              Works as an independent app launcher.
 #
 # Shell: POSIX compliant
 # Author: Arun Prakash Jana