A KDE application to save and easily access your GIFs.
If it isn't obvious, this is a small project meant for testing out qt and general creation of kde apps. It will not be updated further
You can install with the following commands:
mkdir -p build;
cmake -S . -B build;
sudo cmake --build build --config Debug --target install;