Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yellow-footed-honeyguide/eagleshot
Wayland screenshot utility: Capture your screen like an eagle. No fuss, just results 🦅
https://github.com/yellow-footed-honeyguide/eagleshot
screenshot-tool wayland-screenshot wayland-utilities
Last synced: 2 months ago
JSON representation
Wayland screenshot utility: Capture your screen like an eagle. No fuss, just results 🦅
- Host: GitHub
- URL: https://github.com/yellow-footed-honeyguide/eagleshot
- Owner: yellow-footed-honeyguide
- License: mit
- Created: 2024-08-21T06:57:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:27:09.000Z (3 months ago)
- Last Synced: 2024-10-24T23:26:44.496Z (3 months ago)
- Topics: screenshot-tool, wayland-screenshot, wayland-utilities
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wayland screenshot utility
## Overview
- 🦅 eagleshot is a lightweight and efficient Wayland screenshot utility
- 📸 Captures screenshots with eagle-eye precision
- 🚀 Simple to use, fast, and reliable
- 🖥️ Designed specifically for Wayland compositors## Features
- 🎯 Area selection for precise captures
- 💾 Automatic saving to your ~/Pictures directory
- 🔄 Integration with grim and slurp for optimal performance
- 📏 Minimal dependencies for a lean system footprint## System Dependencies
- grim
- slurp## Installation
```
git clone https://github.com/yellow-footed-honeyguide/eagleshot.git
cd eagleshot
mkdir build && cd build
meson ..
ninja
sudo ninja install
```## Usage
```
eagleshot
```Simply run the command and select the area you want to capture.
## Options
-v, --version: Show program's version number and exit
## Contributing
Contributions to eagleshot are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT LICENSE - see the MIT LICENSE file for details.
## Author
- **Sergey Veneckiy**
- Email: [email protected]
- GitHub: [@yellow-footed-honeyguide](https://github.com/yellow-footed-honeyguide)## Acknowledgments
This project uses grim and slurp for Wayland screen capture functionality.