Shell command, that expose any other command as http. To expose top as http, try : ashttp -p8080 top ; then try http://localhost/8080 and hit F5 to refresh your top :)
JulienPalard/ashttp
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Dependencies ============ hl_vt100 -------- To get and compile hl_vt100 : $ git clone https://github.com/JulienPalard/vt100-emulator.git $ aptitude install python-dev $ make python_module $ python setup.py install What is ashttp ? ================ ashttp can serve any text application over http, like : $ ashttp -p 8080 top to serve a top on port 8080, or : $ ashttp -p 8080 watch -n 1 ls -lah /tmp to serve an actualized directory listing of /tmp LICENSE ======= The ashttp licence is FreeBSD Licence that you can found in the copyright file
About
Shell command, that expose any other command as http. To expose top as http, try : ashttp -p8080 top ; then try http://localhost/8080 and hit F5 to refresh your top :)