You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
data | 2 weeks ago | |
src | 2 weeks ago | |
.gitignore | 2 weeks ago | |
Cargo.lock | 2 weeks ago | |
Cargo.toml | 2 weeks ago | |
LICENSE | 2 weeks ago | |
README.md | 2 weeks ago |
README.md
onetab
A minimalistic webview that uses webkit2gtk5.
I wrote this because I needed to just interact with one website and using a browser make me able to distract.
Usage
From a terminal just call onetab
with the website you want to visit. For
example:
$ onetab https://wikipedia.org
Usage: onetab [OPTIONS] <URI>
Arguments:
<URI> URI to visit
Options:
--zoom-level <ZOOM_LEVEL> Sets a custom zoom level [default: 1]
--fullscreen Make the application fullscreen
-h, --help Print help
-V, --version Print version