An open API service indexing awesome lists of open source software.

https://github.com/decipher3114/capter

A simple cross-platform screenshot tool made in rust
https://github.com/decipher3114/capter

annotations iced linux macos screenshot windows

Last synced: 3 months ago
JSON representation

A simple cross-platform screenshot tool made in rust

Awesome Lists containing this project

README

        








Cross-Platform Screen Capture Tool

## ✨ Features
- Capture fullscreen, window, or cropped area with ease
- Window selection assistance for precise captures
- Powerful annotation tools: Rectangle, Circle, Line, Arrow, Freehand, Highlighter, and Text
- Fast and efficient with a minimalistic, user-friendly UI
- Built-in copy-to-clipboard support for quick sharing

## 📥 Installation
- ### Windows
```
winget install decipher.Capter
```

- ### Arch
```
paru -S capter
```
OR
```
yay -S capter
```
- ### Debian
Download from [Releases](https://github.com/decipher3114/Capter/releases/latest)

- ### Mac OS
Download from [Releases](https://github.com/decipher3114/Capter/releases/latest)

- ### Cargo
```
cargo install --git https://github.com/decipher3114/Capter
```

## 🎬 Video

[![YouTube](http://i.ytimg.com/vi/1RSB8945yJA/0.jpg)](https://www.youtube.com/watch?v=1RSB8945yJA)

### 🙌 Thanks to
- [iced](https://github.com/iced-rs) community for their help
- [XelXen](https://github.com/xelxen) for UI idea
- Other crate maintainers