# onetab A minimalistic webview that uses [webkit2gtk5](https://webkitgtk.org/). 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](data/screenshot.png) ``` Usage: onetab [OPTIONS] Arguments: URI to visit Options: --zoom-level Sets a custom zoom level [default: 1] --fullscreen Make the application fullscreen -h, --help Print help -V, --version Print version ```