alx3dev / screenscrot

Get screenshots with Scrot, and convert into GIF. Simple terminal recording with Ruby and Scrot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get screenshots with Scrot, and convert into GIF. Simple terminal recording with Ruby and Scrot.

License:MIT License


Languages

Language:Ruby 86.4%Language:Shell 13.6%