https://github.com/knuxify/screengun
Small screenshot sorting utility
https://github.com/knuxify/screengun
Last synced: about 1 year ago
JSON representation
Small screenshot sorting utility
- Host: GitHub
- URL: https://github.com/knuxify/screengun
- Owner: knuxify
- Created: 2019-12-28T19:31:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-01T17:56:42.000Z (over 6 years ago)
- Last Synced: 2025-03-28T20:55:24.358Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Screengun
Screengun is a small, easily expandable screenshot utility helper written in POSIX sh. It is coded to use [maim](https://github.com/naelstrof/maim), however it can be easily modified to use any screenshot utility you'd like (as long as it can be called from the command line and save screenshots).
Screengun is a rewrite of the old ``screenshot-sorter`` utility, which was a daemon running in the background that collected screenshots. I eventually modded it to run maim directly, but it was still quite unwieldy, and as such I decided it was time for a rewrite.