Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimlimjustin/wiz
A simple, frameless, and lightweight browser for sceenshots
https://github.com/kimlimjustin/wiz
Last synced: 25 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T08:38:24.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T08:29:47.770Z (about 1 month 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.
[![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.