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
- Host: GitHub
- URL: https://github.com/decipher3114/capter
- Owner: decipher3114
- License: apache-2.0
- Created: 2024-08-31T19:00:27.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T17:28:20.000Z (8 months ago)
- Last Synced: 2024-10-25T16:16:01.856Z (8 months ago)
- Topics: annotations, iced, linux, macos, screenshot, windows
- Language: Rust
- Homepage:
- Size: 906 KB
- Stars: 79
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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