capture-robot
v0.0.5
Published
Screenshot capture automation CLI tool
Readme
Capture Robot
English | 한국어
Screenshot capture automation CLI tool
Installation & Usage
$ npx capture-robot [command]Global installation:
$ npm install -g capture-robot
$ capture-robot [command]Usage
Help
$ capture-robot --help
$ capture-robot start --helpList Available Monitors
$ capture-robot monitors
Available monitors:
[ID: 2] Monitor #30544Automated Capture
Simple example:
$ capture-robot start -c 5 -d 3000Full options:
$ capture-robot start \
--count 10 \
--delay 5000 \
--monitor 2 \
--interval 500 \
--key enter \
--output /tmp/screenshots \
--overwriteOption descriptions:
--count 10: Capture 10 screenshots--delay 5000: Wait 5 seconds (5000ms) before starting--monitor 2: Use monitor ID 2 (check IDs withmonitorscommand)--interval 500: 0.5 second (500ms) interval between captures--key enter: Press Enter key after each capture--output /tmp/screenshots: Specify output directory--overwrite: Allow overwriting existing files
License
MIT License
