https://github.com/chardoncs/justshell
Simple webapp wrapper
https://github.com/chardoncs/justshell
gtk4 gtk4-rs webapplication webkit webkit2gtk webkitgtk wrapper
Last synced: about 1 month ago
JSON representation
Simple webapp wrapper
- Host: GitHub
- URL: https://github.com/chardoncs/justshell
- Owner: chardoncs
- License: mit
- Created: 2023-06-06T12:27:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T16:18:31.000Z (about 1 month ago)
- Last Synced: 2025-03-10T17:29:55.487Z (about 1 month ago)
- Topics: gtk4, gtk4-rs, webapplication, webkit, webkit2gtk, webkitgtk, wrapper
- Language: Rust
- Homepage: https://crates.io/crates/justshell
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JustShell
Simple webapp wrapper written in [Rust](https://rust-lang.org), based on [GTK 4](https://gtk.org/) and [WebKitGTK 6](https://webkitgtk.org/).
> For the legacy version using Qt WebEngine, see [here](https://github.com/chardoncs/justshell/tree/v0.2).
## Usage
Use JustShell to wrap a webapp.
```bash
justshell http://127.0.0.1:5050
```Always use URL for local HTML file.
```bash
justshell file:///path/to/index.html
```Use it as a PDF viewer? No problem! (Thanks, WebKit! :D)
```bash
justshell file:///path/to/myfile.pdf
```Launch URL input dialog by simply typing in `justshell`.
```bash
justshell
```## Why switching to Rust?
Qt WebEngine is not good, period.