https://github.com/stringflow/zapdos
https://github.com/stringflow/zapdos
zig
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stringflow/zapdos
- Owner: stringflow
- Created: 2024-09-11T21:29:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T21:29:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T18:14:57.932Z (over 1 year ago)
- Topics: zig
- Language: Zig
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zapdos
A minimal screenshot utility for X11. zapdos was written to replace [maim](https://github.com/naelstrof/maim) in my workflow.
Features:
- Exports PNG screenshots to stdout to then be piped elsewhere (file or clipboard)
- Supports multiple kinds of selections: active window, custom region
# Dependencies
Compile-time:
- zig v0.13.0
- libc
- xorg
Runtime:
- ffmpeg
# Cloning and Compiling
Clone the repository
```
$ git clone https://github.com/stringflow/zapdos
```
Change the directory to zapdos
```
$ cd zapdos
```
Compile
```
$ zig build
```
Install the binary to PATH
```
$ cp zig-out/bin/zapdos ~/bin
```