summaryrefslogtreecommitdiff
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
commita984ffc4cb755c6dcdbc153b2591dca0ae6a8ead (patch)
tree393e05c204a8a5c9153f358eecc40b0f79b6c827 /st.1
parentcfefa054e80afa22d6948bf997a6818e778801f6 (diff)
downloadst-a984ffc4cb755c6dcdbc153b2591dca0ae6a8ead.tar.gz
st-a984ffc4cb755c6dcdbc153b2591dca0ae6a8ead.tar.xz
st-a984ffc4cb755c6dcdbc153b2591dca0ae6a8ead.zip
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