diff options
Diffstat (limited to 'user-scripts/nlaunch')
| -rwxr-xr-x | user-scripts/nlaunch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/user-scripts/nlaunch b/user-scripts/nlaunch index 7eee8a0..7448ca9 100755 --- a/user-scripts/nlaunch +++ b/user-scripts/nlaunch @@ -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 |