From 1a8097be9b2bdf2e565e00e42e81536d448f527c Mon Sep 17 00:00:00 2001 From: Wynd Date: Thu, 7 Nov 2024 22:36:10 +0200 Subject: [PATCH] Added the README file --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dcf3949 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# zoomie + +a zoomer app inspired by [tsoding's boomer](https://github.com/tsoding/boomer) but with support for wayland and written in rust. + +## controls + +| controls | description | +| ------------------------------------------------------------------ | ------------------------------------------------- | +| Esc | quit the app | +| drag using left click or move the cursor to the edge of the screen | move around | +| hold Ctrl | enables the spotlight effect and hides the cursor | +| scroll wheel | zooms in/out | +| Ctrl + scroll wheel | change the radius of the spotlight | +| R | resets the zoom and position | + +## install + +### from source using cargo + +- clone the repository +- `cd` into the repository +- run `cargo install --path .`, cargo will build a release build and install it, for more info check the [cargo-install docs](https://doc.rust-lang.org/cargo/commands/cargo-install.html)