0.0
Repository is archived
No release in over a year
Get screenshots with Scrot, and convert into GIF. Simple terminal recording with Ruby and Scrot.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.14.1
~> 13.0.1
~> 3.10.0
 Project Readme

ScreenScrot

Linux terminal recording with Ruby and Scrot.

preview

Install

git clone https://www.github.com/alx3dev/screenscrot \
cd screenscrot \
bin/setup

This will install SCROT.

How to use

# argument 1 == number of seconds to record (default 30)
# argument 2 == directory and gif title (default ScreenScrot)

# argument 3 can be:
#   --all (record everything)
#   --select (select with mouse)
#
# if no third argument, active window will be recorded.

  ruby bin/screenscrot 90 simple_test

  ruby bin/screenscrot 60 test_recording --all