Project

x4ss

0.0
No commit activity in last 3 years
No release in over 3 years
A wrapper for xfce4-screenshooter and xclip to save screenshots.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.2.0, ~> 0.2
 Project Readme

Introducing the x4ss gem to save a screenshot

This is a Linux only solution to save screenshots using xfce4-screenshooter and xclip.

Usage

require 'x4ss'

x4ss = X4ss.new '/tmp/fun.png'
x4ss.capture

x4ss = X4ss.new '/tmp/fun%d.png'
x4ss.capture # saves to /tmp/fun1.png
x4ss.capture # saves to /tmp/fun2.png

Resources

xclip xfce4screenshooter screenshot image capturex4ss gem