aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2012-09-03 21:52:21 +0200
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2012-09-03 21:52:21 +0200
commitee4a9934ab89a9ebe673fc052303e9cacbb2f5fb (patch)
tree393e05c204a8a5c9153f358eecc40b0f79b6c827 /st.1
parenteeb26ec3169cd3d98196c7e31fcec1680bb26e9d (diff)
downloadst-ee4a9934ab89a9ebe673fc052303e9cacbb2f5fb.tar.gz
st-ee4a9934ab89a9ebe673fc052303e9cacbb2f5fb.tar.bz2
Add write I/O to file
This is a theorical feature listed in http://st.suckless.org/goals. All the input/output of the terminal will be written to a file, which can be very useful for debugging, and also allow interconnect st to other process through named pipes. --- st.1 | 6 ++++++ st.c | 14 +++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-)
Diffstat (limited to 'st.1')
-rw-r--r--st.16
1 files changed, 6 insertions, 0 deletions
diff --git a/st.1 b/st.1
index b6c119f..931b481 100644
--- a/st.1
+++ b/st.1
@@ -10,6 +10,8 @@ st \- simple terminal
.RB [ \-w
.IR windowid ]
.RB [ \-v ]
+.RB [ \-f
+.IR file ]
.RB [ \-e
.IR command ...]
.SH DESCRIPTION
@@ -30,6 +32,10 @@ embeds st within the window identified by
.B \-v
prints version information to stderr, then exits.
.TP
+.BI \-f " file"
+writes all the I/O to
+.I file
+.TP
.BI \-e " program " [ " arguments " "... ]"
st executes
.I program