Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.37 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.37 KB

Screenshots

Tool for capturing and organizing screen shots.

Requires webkit2png.

Installation

$ git clone git@github.com:jefftriplett/screenshots.git
$ cd screenshots-cli
$ pipenv install

Usage

$ 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/`

Contact / Social Media

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.