1.1.2 • Published 7 years ago
screeny v1.1.2
screeny
Take screenshots directly from your terminal! Created with Puppeteer.

Installation
Run the following command:
yarn global add screenyUsage
Taking a screenshot
screeny example.comOptions
screeny example.com --path ~/Desktop/images --filename screenshot --delay 500Available options
--width, -w, Browser width. If neither width or height are set, a full size screenshot will be taken
--height, -h, Browser height. If neither width or height are set, a full size screenshot will be taken
--path, Path to where the screenshot will be saved
--filename, Name of the saved file, defaults to page title
--filetype, Format of the saved file, either 'png' or 'jpeg'. Defaults to 'png'
--delay, Delay in miliseconds before taking a screenshot
--emulate, Emulates a device viewport and useragent
--list-emulators, Lists all supported emulators
--open, Open the screenshotView the screenshot
To view the screenshot after it's taken, pass the --open flag:
screeny example.com --openYou can also run this command directly after taking a screenshot and screeny will open the last screenshot you've taken:
screeny example.com
screeny --openLicense
This project is licensed under the MIT License