https://github.com/kimlimjustin/wiz
A simple, frameless, and lightweight browser for sceenshots
https://github.com/kimlimjustin/wiz
Last synced: about 1 month ago
JSON representation
A simple, frameless, and lightweight browser for sceenshots
- Host: GitHub
- URL: https://github.com/kimlimjustin/wiz
- Owner: kimlimjustin
- License: mit
- Created: 2021-11-11T13:52:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T08:38:24.000Z (over 3 years ago)
- Last Synced: 2025-02-08T05:41:13.418Z (2 months ago)
- Language: Rust
- Size: 3.49 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - Wiz - `A simple, frameless, and lightweight browser for sceenshots` *by [Justin Maximillian Kimlim](https://github.com/kimlimjustin)* (W)
- made-in-indonesia - Wiz - `A simple, frameless, and lightweight browser for sceenshots` *by [Justin Maximillian Kimlim](https://github.com/kimlimjustin)* (W)
README
![]()
Wiz, A simple, frameless, lightweight browser for screenshots.
[](https://github.com/kimlimjustin/wiz/releases) [](https://github.com/kimlimjustin/wiz/releases) [](https://github.com/kimlimjustin/wiz/releases) [](https://github.com/kimlimjustin/wiz/releases)

## Intallation
You can find the suitable installer for your system in the [releases](https://github.com/kimlimjustin/wiz/releases) page.
## Why Wiz?Screenshoting a website for demo perpose has been developer's common task and it's sometime quite annoying to cut the image screenshoted from the frame of a browser and that's why I created this simple browser.
Wiz is built using [`tauri`](https://tauri.studio) framework and it's a cross-platform application. Also, unlike apps built on the top of Electron, it is lightweight! In addition, it's completely free.
## How to use?
You can start Wiz by running it via terminal. CLI Usage:```bash
wiz [url to open]
```
example:
```bash
wiz google.com
```### Dragging Wiz
There is a little trick to drag Wiz. There is a hidden dragging area in the top left corner of the window. Just drag the window to the area and it will be dragged around the screen.
### Closing Wiz
You can close Wiz by killing it by press the `Esc` button.