https://github.com/chardoncs/justshell
Simple webapp wrapper for Linux
https://github.com/chardoncs/justshell
gtk4 gtk4-rs webapplication webkit webkit2gtk webkitgtk wrapper
Last synced: about 2 months ago
JSON representation
Simple webapp wrapper for Linux
- Host: GitHub
- URL: https://github.com/chardoncs/justshell
- Owner: chardoncs
- License: mit
- Created: 2023-06-06T12:27:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T02:26:53.000Z (4 months ago)
- Last Synced: 2025-05-12T19:00:28.663Z (about 2 months ago)
- Topics: gtk4, gtk4-rs, webapplication, webkit, webkit2gtk, webkitgtk, wrapper
- Language: Rust
- Homepage: https://crates.io/crates/justshell
- Size: 92.8 KB
- Stars: 3
- 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.