Skip to content

mr-pennyworth/url-screenshotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UrlScreenshotter

Command-line app for macOS to take screenshots of webpages.

USAGE: UrlScreenshotter [--width <width>]
                        [--height <height>]
                        [--delay <delay>]
                        [--base-dir <base-dir>]
                        <url>

ARGUMENTS:
  <url>                   The http(s) URL whose screenshot is to be taken.

OPTIONS:
  -w, --width <width>     Width of desired screenshot in pixels.
                          (default: 1280)
  -h, --height <height>   Height of desired screenshot in pixels.
                          (default: 800)
  -d, --delay <delay>     Delay in seconds before taking the screenshot.
                          (default: 0)
  --base-dir <base-dir>   The directory where the screenshot should be saved.
                          (default: /tmp)
  -h, --help              Show help information.

Icon credits

About

Command-line app for macOS to take screenshots of webpages.

Resources

Stars

Watchers

Forks

Languages