A tiny clipboard manager
- C 86.2%
- Nix 11.8%
- Makefile 2%
| .envrc | Initial commit | |
| .gitignore | Initial commit | |
| cm.c | Prettier | |
| cm.h | Prettier | |
| flake.lock | flake: Make it installable | |
| flake.nix | flake: Make it installable | |
| LICENSE | Add LICENSE | |
| Makefile | flake: Make it installable | |
| README.md | Initial commit | |
cm
A tiny clipboard manager in one screen of C.
Inspirations
-
The venerable greenclip.
-
Special thanks to the Xlib Manual for being comprehensible.