fepcli - Man Page
test client to fep
Synopsis
fep [options]
Description
fepcli is a client to fep(1).
Options
The fep command follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.
- -h, --help
Show summary of options.
- -c, --cursor-text=TEXT
Render text at cursor position.
- -s, --status-text=TEXT
Render text at the bottom of screen.
- -d, --send-data=DATA
Send data to the FEP sub-shell.
- -k, --listen-key-event
Listen to a key event.
- -l, --log-file=FILE
Specify a log file.
Example
- $ fep -e /bin/sh
- $ fepcli -s foo
shows text at the bottom
- $ { sleep 1; fepcli -c foo; } &
shows text at the cursor
- $ { sleep 1; fepcli -d bar; } &
sends text to the child process
- $ fepcli -k
waits for a key event
See Also
Author
libfep was written by Daiki Ueno <ueno@unixuser.org>.
Referenced By
3 Feb 2012