https://github.com/qtilities/sqreenshot
Simple screenshot tool based on Gnome Screenshot
https://github.com/qtilities/sqreenshot
screen-capture screenshot screenshot-utility
Last synced: about 1 month ago
JSON representation
Simple screenshot tool based on Gnome Screenshot
- Host: GitHub
- URL: https://github.com/qtilities/sqreenshot
- Owner: qtilities
- License: gpl-3.0
- Created: 2021-10-29T14:42:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T11:11:09.000Z (over 1 year ago)
- Last Synced: 2025-01-24T17:46:45.117Z (3 months ago)
- Topics: screen-capture, screenshot, screenshot-utility
- Language: C++
- Homepage: https://qtilities.github.io/
- Size: 85 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sqreenshot
[![CI][1]](https://github.com/redtide/sqreenshot/actions/workflows/build.yml)
Simple screenshot grabber based on [GNOME Screenshot][2].\
Currently supports only Linux platform under X11 (not Wayland).\
GPL-3.0-only license.
## Dependencies
Under Debian based systems:
- cmake
- qtbase5-dev
- qttools5-dev
- libqt5x11extras5-dev
- libxfixes-dev## Build
```sh
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
DESTDIR="$(pwd)/buildpackage" cmake --build build --target install
```## Other similar software
- [Flameshot][3]
- [Lightscreen][4]
- [LXImage-Qt][5]
- [Screengrab][6]
- [ksnip][7][1]: https://github.com/redtide/sqreenshot/actions/workflows/build.yml/badge.svg
[2]: https://gitlab.gnome.org/GNOME/gnome-screenshot/
[3]: https://github.com/flameshot-org/flameshot/
[4]: https://github.com/ckaiser/Lightscreen/
[5]: https://github.com/lxqt/lximage-qt/
[6]: https://github.com/lxqt/screengrab/
[7]: https://github.com/ksnip/ksnip/