An open API service indexing awesome lists of open source software.

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

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
```