diff --git a/_dist/README.txt b/_dist/README.txt index 3d65153..9105e4f 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -1,6 +1,6 @@ A web-based interface for arbitrary command-line tools. -Configure the possible options for your command (e.g. optional flags, custom arguments) and remotely invoke the tool via a web interface. The web interface displays stdout/stderr of recent tasks. +Configure the possible options for your command (e.g. optional flags, custom arguments) and then remotely invoke the tool via a web interface. The web interface displays stdout/stderr of recent and in-progress tasks, and can cancel a long-running command at any time. Written in Golang @@ -18,8 +18,7 @@ See the included `webcmd.conf-sample` file for an example configuration implemen =GO GET= -This package can be installed via go get: -`go get code.ivysaur.me/webcmd` +This package can be installed via go get: `go get code.ivysaur.me/webcmd` [go-get]code.ivysaur.me/webcmd git https://git.ivysaur.me/code.ivysaur.me/webcmd.git[/go-get] =CHANGELOG= diff --git a/_dist/image1.png b/_dist/image1.png new file mode 100644 index 0000000..095c620 Binary files /dev/null and b/_dist/image1.png differ diff --git a/_dist/image2.png b/_dist/image2.png new file mode 100644 index 0000000..cb7768e Binary files /dev/null and b/_dist/image2.png differ diff --git a/_dist/image3.png b/_dist/image3.png new file mode 100644 index 0000000..8f93d7e Binary files /dev/null and b/_dist/image3.png differ