rtty

command module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2024 License: MIT Imports: 1 Imported by: 0

README

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.23.0 ~)
    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
2024/08/15 23:39:37 allowed origins [localhost:8080]
2024/08/15 23:39:37 running command: zsh
2024/08/15 23:39:37 running http://localhost:8080

# Help
$ rtty run -h
Run command

Usage:
  rtty run [command] [flags]

Command
  Execute specified command (default "/bin/zsh")

Flags:
  -a, --addr string                server address (default "localhost")
      --allow-origin stringArray   allow origin (default ["localhost:9999"])
      --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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL