|
||
---|---|---|
data | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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