A web-based interface for arbitrary command-line tools.
https://code.ivysaur.me/webcmd/
_dist | ||
cmd/webcmd | ||
doc | ||
.gitignore | ||
App.go | ||
config.go | ||
go.mod | ||
html.go | ||
Makefile | ||
README.md | ||
Task.go | ||
tpl_Home.go | ||
tpl_Style.go | ||
tpl_Taskinfo.go | ||
tpl_Tasks.go | ||
tpt_Header.go | ||
twa_AbandonTask.go | ||
twa_ClearCompleted.go | ||
twa_NewTask.go |
webcmd
A web-based interface for arbitrary command-line tools.
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.
Usage
Usage of ./webcmd:
-config string
Path to configuration file (default "webcmd.conf")
-version
Display version number and exit
Configuration
See the included webcmd.conf-sample
file for an example configuration implementing a Looking Glass server over the top of /bin/ping
.
Changelog
2017-03-27 1.0.1
- Enhancement: Simplify configuration file format, allow parsing const strings directly
- Enhancement: Improve time format display
- Fix an issue with pasting into form fields on Firefox Mobile
- Fix an issue with not consistently interpreting
MaxHistoryLines:0
as infinite history - Fix a cosmetic issue with mobile viewports
- Fix a cosmetic issue with task ordering
- ⬇️ webcmd-win64-1.0.1.zip (1.46 MiB)
- ⬇️ webcmd-win32-1.0.1.zip (1.38 MiB)
- ⬇️ webcmd-src-1.0.1.zip (11.51 KiB)
- ⬇️ webcmd-linux64-1.0.1.tar.xz (1.14 MiB)
- ⬇️ webcmd-linux32-1.0.1.tar.xz (1.06 MiB)
2017-03-25 1.0.0
- Initial public release
- ⬇️ webcmd-win64-1.0.0.zip (1.46 MiB)
- ⬇️ webcmd-win32-1.0.0.zip (1.37 MiB)
- ⬇️ webcmd-src-1.0.0.zip (10.50 KiB)
- ⬇️ webcmd-linux64-1.0.0.tar.xz (1.14 MiB)
- ⬇️ webcmd-linux32-1.0.0.tar.xz (1.06 MiB)