Skip to content

jefftriplett/screenshots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Screenshots

Tool for capturing and organizing screen shots.

Requires webkit2png.

Installation

$ git clone [email protected]: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.

About

🎨 Tool for capturing and organizing screenshots

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages