fepcli(1)
| LIBFEP(1) | General Commands Manual | LIBFEP(1) |
NAME
fepcli - 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>.
| 3 Feb 2012 |
