Skip to content
/ snapit Public

Local tool to automate taking screenshots and naming them

Notifications You must be signed in to change notification settings

mhayes/snapit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snapit

Build Status

Need a quick way to automatically take screenshots? Well then this tool is for you. This early version will allow you to take screenshots named in a particular fashion so you can upload them tools like InVision.

usage

gem install snapit

This tool used *.yml files to automatically load up and take screenshots for you. So let's assume you have the following script:

name: 'My Personal Site'
urls:
  - homepage: "http://markhay.es/"
  - about: "http://markhay.es/about"

You can then run it like so:

snapit capture example_script.yml

And you'll get a series of screenshots like so:

.
├── example_script.yml
└── snapit_captures
    └── My_Personal_Site
        ├── about.png
        └── homepage.png

todo

  • Integrate with tools like InVision
  • Take screenshots at certain time intervals (i.e. to capture phases of an animation)

license

snapit is released under the MIT License.

About

Local tool to automate taking screenshots and naming them

Resources

Stars

Watchers

Forks

Packages

No packages published