Commit Graph

3 Commits

Author SHA1 Message Date
301189e4cd fix: remove placeholder build badge from README 2026-03-17 22:22:34 +01:00
ffd849dec2 feat: add initial release with installation instructions, service configuration, and man page 2026-03-17 22:07:38 +01:00
271d55ba57 feat: initialize K-Shrink workspace with multiple crates for image shrinking utility
- Add Cargo.toml for workspace configuration with dependencies.
- Create README.md with project description, usage, and architecture details.
- Implement `bin` crate for the main executable, including clipboard processing logic.
- Add `config` crate for handling configuration in TOML format.
- Develop `lib` crate containing core image processing logic and error handling.
- Introduce `platform` crate for platform-specific clipboard interactions, starting with Wayland.
- Implement tests for image shrinking functionality and clipboard interactions.
2026-03-17 21:50:13 +01:00