Status : work in progress
Test drive:
mvn compile exec:java
in another shell:
telnet localhost 5000
- commands
- completion
- basic job control
- crlf mode for telnet
- make builtin shell commands completable
- fg/bg with id : fg 3, bg 4
- stream redirection : echo abc >toto.txt
- pipe command : a | b
- man / help generation ?
- process management
- REPL ?
- more OOTB commands
- doc, examples
- stream more than just text : any T should be streamable (in particular json)
- advanced option configuration (beyond host/port)
- web connector