Tool for capturing and organizing screen shots.
Requires webkit2png.
$ git clone [email protected]:jefftriplett/screenshots.git
$ cd screenshots-cli
$ pipenv install
$ python screenshot.py
Usage: screenshot.py [OPTIONS] COMMAND [ARGS]...
Screenshot!
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
main*
init
Create a new project (notice the trailing "/"):
$ python screenshot.py init http://localhost:8000/
View the generated project/config:
$ cat localhost-8000.yml
domain: http://localhost:8000
paths:
- /
Capture your screen shots:
$ python screenshot.py localhost-8000.yml
[####################################] 100%
Your screen shots are located in: `build/localhost-8000/`
Here are a few ways to keep up with me online. If you have a question about this project, please consider opening a GitHub Issue.