diff options
| author | kj_sh604 | 2026-06-05 16:46:09 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-06-05 16:46:09 -0400 |
| commit | 30cfa833a9c8e23b49b0d450992c68d07dbc20c6 (patch) | |
| tree | 62a6822ef606cebea844eb070c896a7a10f6f993 | |
| parent | ffb0182d90d5607ccccff5210a2e711d6af35458 (diff) | |
| -rw-r--r-- | README | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -1,8 +1,12 @@ -boomer +kj-boomer ===== -a zoomer application for linux. takes a screenshot and lets you pan, zoom, and -shine a flashlight around it. a zig port of the original boomer by tsoding with no frills +a zoomer application for linux... + +takes a screenshot and lets you pan, zoom, and +shine a flashlight around it. + +a zig port of the original boomer by tsoding with no frills. this is a personal re-implementation, so don't expect much. it works on my machine. @@ -64,12 +68,13 @@ install make install -this copies boomer to ~/.local/bin/ by default. set PREFIX to change it: +this copies boomer to ~/.local/bin/ by default. -make install PREFIX=/usr +set PREFIX to change it: + make install PREFIX=/usr license ------- -0BSD
\ No newline at end of file +0BSD |
