diff options
author | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2012-09-03 21:52:21 +0200 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2012-09-03 21:52:21 +0200 |
commit | a984ffc4cb755c6dcdbc153b2591dca0ae6a8ead (patch) | |
tree | 393e05c204a8a5c9153f358eecc40b0f79b6c827 /st.1 | |
parent | cfefa054e80afa22d6948bf997a6818e778801f6 (diff) |
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.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |