https://github.com/nerixyz/stickit
Pin an image above all windows
https://github.com/nerixyz/stickit
cpp tools windows
Last synced: about 2 months ago
JSON representation
Pin an image above all windows
- Host: GitHub
- URL: https://github.com/nerixyz/stickit
- Owner: Nerixyz
- License: mit
- Created: 2023-10-31T13:54:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T10:40:05.000Z (4 months ago)
- Last Synced: 2026-03-03T13:47:06.791Z (4 months ago)
- Topics: cpp, tools, windows
- Language: C++
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Stickit
Stickit is a small Windows tool that displays an image above all other windows. The image is the currently copied image, making it easy to use screenshots (WIN + SHIFT + S).
Download the app or the installer from the [releases tab](https://github.com/Nerixyz/stickit/releases).
## Building
A recent C++ compiler and CMake are required to build. This example uses `Ninja` as the generator.
```text
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cd build
ninja all
```