Skip to content
/ cmdw Public

A CLI tool to execute an arbitrary command and to reveal the result of the executed command via HTTP.

Notifications You must be signed in to change notification settings

kentaro/cmdw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmdw

cmdw is a CLI tool to execute an arbitrary command and to reveal the result of the executed command via HTTP. It can be useful when you want someone to execute a command in your local environment.

Usage

Install it by cargo install and execute:

cargo install --path .
cmdw --command ls --addr 127.0.0.1 --port 8082

Or execute it by cargo run:

cargo run -- --command ls --addr 127.0.0.1 --port 8082

You'll see such a Web UI below:

Arguments put into the form are passed to the command:

Author

Kentaro Kuribayashi <kentarok@gmail.com>

About

A CLI tool to execute an arbitrary command and to reveal the result of the executed command via HTTP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages