aboutsummaryrefslogtreecommitdiffstats
path: root/nlay.1
diff options
context:
space:
mode:
Diffstat (limited to 'nlay.1')
-rw-r--r--nlay.15
1 files changed, 3 insertions, 2 deletions
diff --git a/nlay.1 b/nlay.1
index 59dce5b..7e90870 100644
--- a/nlay.1
+++ b/nlay.1
@@ -9,7 +9,7 @@
file/path type/action
.Sh DESCRIPTION
.Nm
-is shipped with \fInnn\fR to deliver a level of flexibility to users to choose their own apps when running some actions. It has provisions to handle text files too. However, the capability is not used in the latest releases and the file type is limited to text files only. Now
+is shipped with \fInnn\fR to deliver a level of flexibility to users to choose their own apps when running some actions, run some commands or custom scripts. It has provisions to handle text files too. However, the capability is not used in the latest releases. Now
.Nm
is invoked to run a desktop search utility (\fIgnome-search-tool\fR or \fIcatfish\fR in the same order of priority) or screen locker (\fIvlock\fR, Linux-only). However,
.Nm
@@ -22,12 +22,13 @@ supports the following options:
The first argument can be the file or path to pass as an argument to the app. It can also be an empty string e.g., while locking the terminal.
.Pp
"type/action"
- This can be any of the strings \fItext\fR, \fIsearch\fR or \fI screensaver\fR.
+ This can be any of the strings \fItext\fR, \fIsearch\fR, \fIscript\fR or \fI screensaver\fR.
.Sh USAGE
.Pp
.Bd -literal
$ nlay info.txt text
$ nlay . search
+$ nlay ~/script.sh script
$ nlay "" screensaver
.Ed
.Sh AUTHOR