Skip to content

dreamer/scrot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

scrot

Language grade: C/C++

A nice and straightforward screen capture utility implementing the dynamic loaders of Imlib2.

This utility works in X11-based environments only - it does not work inside Wayland or XWayland sessions.

Dependencies

Fedora:

$ sudo dnf install meson imlib2-devel libX11-devel libXfixes-devel

Debian, Ubuntu:

$ sudo apt install meson libimlib2-dev libx11-dev libxfixes-dev

Build instructions

$ meson setup build
$ ninja -C build
$ ninja -C build install

License

This software is covered by MIT-feh license. All changes authored by Patryk Obara are dual-licensed using MIT-feh and normal MIT license.

About

scrot (SCReen shOT) is a simple commandline screen capture utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published