aboutsummarylogtreecommitdiffstats
path: root/st.1
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero2012-09-03 21:52:21 +0200
committerRoberto E. Vargas Caballero2012-09-03 21:52:21 +0200
commit518497251fd3aad1267b7b458eba8f4baf2bdcf5 (patch)
treec099b07e2edb7f63228336aa00cafbb81d05ac08 /st.1
parent960de0fa0aa1fad2853b1f1ade63373588aa2fb8 (diff)
downloadaur-518497251fd3aad1267b7b458eba8f4baf2bdcf5.tar.gz
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 b6c119fff01d..931b481ae934 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