https://github.com/alexdelorenzo/screenshot-kt
Screenshot CLI utility for Macs written in Kotlin Native
https://github.com/alexdelorenzo/screenshot-kt
Last synced: 3 months ago
JSON representation
Screenshot CLI utility for Macs written in Kotlin Native
- Host: GitHub
- URL: https://github.com/alexdelorenzo/screenshot-kt
- Owner: alexdelorenzo
- License: agpl-3.0
- Created: 2024-03-23T20:20:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T04:04:40.000Z (about 1 year ago)
- Last Synced: 2025-01-18T22:48:40.914Z (5 months ago)
- Language: Kotlin
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# screenshot-kt
Screenshot CLI utility for Macs written in Kotlin Native## Usage
```bash
Usage: screenshot []Take screenshots of specific apps and windows
Options:
-a, --all Capture all windows
-f, --filename= Filename to save the screenshot to
-o, --output=(png|pdf|tiff|jpg) screenshot.window.Output image format
-s, --shadow Include window shadow in screenshot
-t, --title= Title of windows from applicationName to capture
-w, --window-selection=(allWindows|onScreenOnly|aboveWindow|belowWindow|excludeDesktop)
Window selection options, this flag can be used multiple times
-h, --help Show this message and exitArguments:
Application name to capture windows from.
```