An open API service indexing awesome lists of open source software.

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

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 exit

Arguments:
Application name to capture windows from.
```