Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

alx3dev/screenscrot

Repository files navigation

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published