mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add option '--exec <command>' for running shell command
Runs shell command with I/O redirected to device.
This commit is contained in:
parent
545d473220
commit
e75e19eb00
9 changed files with 89 additions and 10 deletions
10
TODO
10
TODO
|
|
@ -19,16 +19,6 @@
|
|||
key navigation left/right and insert/overwrite support. Also history browsing
|
||||
pressing up/down.
|
||||
|
||||
* Support for running external command
|
||||
|
||||
Add key command e.g. 'ctrl-t r' which prompts user to run external command.
|
||||
The command will be run in a process which stdin/stdout is redirected to the
|
||||
serial port.
|
||||
|
||||
This is the first step towards maybe also adding automatic support for
|
||||
x/y/zmodem data transfer protocols by calling external programs such as
|
||||
rb/sb, rx/sx, rz/sz, etc.
|
||||
|
||||
* Allow tio to connect to socket
|
||||
|
||||
After some more consideration I think it makes sense to support connecting to a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue