Skip to content

sylentprofet/screenshotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

screenSHotter

A shell script that automatically takes screenshots and saves them to a folder.

Useful for writing how-to's with pictures of code or other visual examples.

Requires package scrot, will check and install if necessary.

Usage

1- Make sure the script is executable.

chmod +x screenshotter.sh

2- Invoke the script in a terminal and start capturing!

./screenshotter.sh

Default Options

  • Screenshots are stored in ~/Pictures/ at a rate of one every 2 seconds

  • Captures the active window (can be changed to the entire screen)

  • Files are named via timestamp: %Y-%m-%d-%H:%M:%S.jpg

  • Read the manual for scrot and modify the script as needed!

About

A shell script that automatically takes screenshots and saves them to a folder. Useful for writing how-to's with pictures of code or portions of the screen.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages