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.
Daniele Tricoli 98c91bd144 Add readme 2 weeks ago
data Add readme 2 weeks ago
src Add license header 2 weeks ago
.gitignore Initial import 2 weeks ago
Cargo.lock Initial import 2 weeks ago
Cargo.toml Initial import 2 weeks ago
LICENSE Add LICENSE 2 weeks ago
README.md Add readme 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

A screenshot of onetab with the homepage of 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