Skip to content

Ive4/vertx-shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vertx shell

Status : work in progress

Test drive:

mvn compile exec:java

in another shell:

telnet localhost 5000

Features

  • commands
  • completion
  • basic job control

Todo

  • 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

About

Shell for Vert.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 52.3%
  • JavaScript 21.2%
  • Ruby 15.4%
  • Groovy 11.1%