# wiz **Repository Path**: kimlimjustin/wiz ## Basic Information - **Project Name**: wiz - **Description**: A simple, frameless, and lightweight browser for sceenshots - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-22 - **Last Updated**: 2021-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Icon

Wiz, A simple, frameless, lightweight browser for screenshots.

[![Windows Support](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)](https://github.com/kimlimjustin/wiz/releases) [![Ubuntu Support](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white)](https://github.com/kimlimjustin/wiz/releases) [![Arch Linux Support](https://img.shields.io/badge/Arch_Linux-1793D1?style=for-the-badge&logo=arch-linux&logoColor=white)](https://github.com/kimlimjustin/wiz/releases) [![Windows Support](https://img.shields.io/badge/MACOS-adb8c5?style=for-the-badge&logo=macos&logoColor=white)](https://github.com/kimlimjustin/wiz/releases)
![Demo](images/demo.png) ## 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. ![Dragging wiz](images/dragging.png) ### Closing Wiz You can close Wiz by killing it by press the `Esc` button.