Skip to content

skanehira/rtty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repo stars GitHub GitHub go.mod Go version GitHub all releases GitHub CI Status GitHub Release Status

rtty

Terminal on browser via websocket

Supported OS

  • Linux
  • Mac

Installation

  • Build from source(Go v1.16 ~)
    go install github.com/skanehira/rtty@latest
  • Download from Releases

Usage

# Run server
$ rtty run zsh -p 8080 -v --font "Cica Regular" --font-size 20
2021/05/10 14:08:11 running command: zsh
2021/05/10 14:08:11 running http://localhost:8080

# Help
$ rtty run -h
Run command

Usage:
  rtty run [command] [flags]

Command
  Execute specified command (default $SHELL)

Flags:
  -a, --addr string        server address
      --font string        font
      --font-size string   font size
  -h, --help               help for run
  -p, --port int           server port (default 9999)
  -v, --view               open browser

Author

skanehira