yeahitsjan / pawxel

Lightweight screenshot tool for designers & developers
https://pawxel.rocks
GNU General Public License v3.0
113 stars 6 forks source link
capture cross-platform design-tools image-editing linux qt qt5 region-capture screenshot screenshot-tool screenshot-utility windows

pawxel - a screenshot tool

status qtver license downloads

Pawxel is a free and open-source screenshot tool heavily inspired by Shottr with a focus on design and simplicity.

screenshot

A little screencast is available on the website. You can grab the latest version of Pawxel from the releases page.

To get started you can take a look at a gentle overview of Pawxel's UI. There are also some tips & tricks who can help you improve working with Pawxel.

Features

...and there is still more to come!

To view a full list of what's working and what's not working during beta, you can visit the changelog.

Install

NOTE: Pawxel is only released as an archive. There is no installer or similiar. The tool is and should be lightweight, an installation is not required. The only folder you need to delete after deleting Pawxel from your disk is $HOME/.pawxel.

Grab the latest .zip or .tar from the releases page.

There are also packages on the Arch User Repository available maintained by @christian-heusel:

How to build from source

NOTE: Pawxel only runs on Windows & Linux. Because it is inspired by Shottr, I recommend that for using on macOS. Actively tested on Windows 10, Windows 11 and Debian-based Linux distros (Linux Mint & Ubuntu). Although untested it should easily run on Windows 8.x and other Linux distros.

To build Pawxel you'll need some dependencies first:

Clone the repo and it's submodules:

$ git clone https://github.com/yeahitsjan/pawxel.git
$ cd pawxel
$ git submodule init
$ git submodule update

You can then either run qmake and make / mingw32-make from your command line, or easier, just open up pawxel.pro with QtCreator and hit Build.

Report a bug

Some tasks before you create your report:

  1. Search through already existing issue reports. If you found a similar (or the exact same one), attach your report there.
  2. When creating a report please include the following informations:
    • The platform you use (Windows or Linux) and the pretty name (e.g. Windows 10 or Endeavour OS).
    • The hardware you use (e.g. Intel Core i3-10105F, NVIDIA GTX 1660 Super etc.)
    • The version of Pawxel you are using (e.g. v0.0.1).
    • if on Linux, if you either use X11 or Wayland (you can run $ echo XDG_SESSION_TYPE in a terminal for more informations)
    • The output log of the Debug mode (not necessary, but would be nice to have)
  3. Please give us detailed information about how to reproduce the issue you encounter. You can support that by adding pictures (or screenshots) and screen recordings.

From there on your report will be triaged and you get a response as quickly as possible.

Thank-you letter! :heart:

Pawxel uses a variety of open-source libraries. To mention them we link them in this part of the README.

License

Pawxel was closed-source until I reconsidered releasing the source code to the public. It is licensed under the GNU GPLv3. You can take a look at the LICENSE file.