Skip to content

Commit

Permalink
Add screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
smstong committed Nov 2, 2024
1 parent 84eb1c4 commit efdfc0a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# Run commandline tools in web
# Quick guide

## Install on a Linux host
```
go install github.com/linuxexam/webrun@latest
```

## run any command, if not provided, default to sh
```
~/go/bin/webrun
```

## access from browser
```
http://your-server:8080
```
# screenshots
```
webrun btop
```
![image](examples/webrun_btop.png)

```
webrun vim /etc/passwd
```
![image](examples/webrun_vim.png)
Binary file added examples/webrun_btop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/webrun_vim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit efdfc0a

Please sign in to comment.