https://github.com/sandsmark/sandsmark-screenshot
trivial application to take screenshots and put them on the clipboard
https://github.com/sandsmark/sandsmark-screenshot
Last synced: 8 months ago
JSON representation
trivial application to take screenshots and put them on the clipboard
- Host: GitHub
- URL: https://github.com/sandsmark/sandsmark-screenshot
- Owner: sandsmark
- Created: 2019-12-14T19:40:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T10:16:26.000Z (over 4 years ago)
- Last Synced: 2025-06-27T23:05:18.162Z (12 months ago)
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
screenshot
==========
Behaves exactly like `import png:- | xclip -selection clipboard -t image/png`
when launched, except it doesn't break randomly with large screenshots.
installation
------------
`qmake && make && make install`
preferrably use a package manager, but maybe you like to live dangerously.