• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

icons/H19-May-2021-

lib/H19-May-2021-6,5874,697

panel-plugin/H19-May-2021-440265

po/H19-May-2021-26,23020,823

src/H19-May-2021-415304

AUTHORSH A D24-Apr-2019394 1512

COPYINGH A D24-Apr-201917.6 KiB342281

ChangeLogH A D19-May-2021583.1 KiB20,22112,686

INSTALLH A D20-Dec-202015.4 KiB369287

Makefile.amH A D20-Dec-20207.7 KiB285219

Makefile.inH A D19-May-202181.1 KiB1,9091,709

NEWSH A D19-May-202119.1 KiB462388

README.mdH A D20-Dec-20201.6 KiB5333

TODOH A D24-Apr-2019388 87

aclocal.m4H A D19-May-2021422.7 KiB11,85210,698

compileH A D19-May-20217.2 KiB349259

config.guessH A D19-May-202143.2 KiB1,4811,288

config.h.inH A D19-May-20212.8 KiB10973

config.subH A D19-May-202135.3 KiB1,8021,661

configureH A D19-May-2021584.9 KiB19,91616,623

configure.acH A D19-May-20213.3 KiB10488

depcompH A D19-May-202123 KiB792502

install-shH A D19-May-202115 KiB519337

intltool-extract.inH A D19-May-20210

intltool-merge.inH A D19-May-20210

intltool-update.inH A D19-May-20210

ltmain.shH A D19-May-2021319.6 KiB11,2528,044

missingH A D19-May-20216.7 KiB216143

xfce4-screenshooter.1H A D19-May-20211.5 KiB5654

README.md

1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/apps/xfce4-screenshooter/-/blob/master/COPYING)
2
3# xfce4-screenshooter
4
5Xfce4-screenshooter allows you to capture the entire screen, the active
6window or a selected region. You can set the delay that elapses
7before the screenshot is taken and the action that will be done with
8the screenshot: save it to a /PNG file, copy it to the clipboard, open
9it using another application, or host it on imgur.com,
10a free online image hosting service.
11
12----
13
14### Homepage
15
16[Xfce4-screenshooter documentation](https://docs.xfce.org/apps/xfce4-screenshooter/start)
17
18### Changelog
19
20See [NEWS](https://gitlab.xfce.org/apps/xfce4-screenshooter/-/blob/master/NEWS) for details on changes and fixes made in the current release.
21
22### Source Code Repository
23
24[Xfce4-screenshooter source code](https://gitlab.xfce.org/apps/xfce4-screenshooter)
25
26### Download a Release Tarball
27
28[Xfce4-screenshooter archive](https://archive.xfce.org/src/apps/xfce4-screenshooter)
29    or
30[Xfce4-screenshooter tags](https://gitlab.xfce.org/apps/xfce4-screenshooter/-/tags)
31
32### Installation
33
34From source code repository:
35
36    % cd xfce4-screenshooter
37    % ./autogen.sh
38    % make
39    % make install
40
41From release tarball:
42
43    % tar xf xfce4-screenshooter-<version>.tar.bz2
44    % cd xfce4-screenshooter-<version>
45    % ./configure
46    % make
47    % make install
48
49### Reporting Bugs
50
51Visit the [reporting bugs](https://docs.xfce.org/apps/xfce4-screenshooter/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
52
53