Skip to content

jrobertson/x4ss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A wrapper for xfce4-screenshooter and xclip to save screenshots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages