Project

snapit

0.0
No commit activity in last 3 years
No release in over 3 years
A simple way to take screenshots over and over again
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9
~> 10.0
>= 0

Runtime

~> 0.19.1
 Project Readme

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.