Go to file
Daniele Tricoli 98c91bd144 Add readme 2023-03-08 09:27:46 +01:00
data Add readme 2023-03-08 09:27:46 +01:00
src Add license header 2023-03-08 09:27:25 +01:00
.gitignore Initial import 2023-03-08 04:59:03 +01:00
Cargo.lock Initial import 2023-03-08 04:59:03 +01:00
Cargo.toml Initial import 2023-03-08 04:59:03 +01:00
LICENSE Add LICENSE 2023-03-08 04:59:54 +01:00
README.md Add readme 2023-03-08 09:27:46 +01:00

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