Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ enigo = "0.2"
rdev = "0.5"
directories = "5"
keyring = "2"

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.61.2", features = [
"Win32_Foundation",
"Win32_Security",
"Win32_System_Threading",
"Win32_UI_WindowsAndMessaging",
] }
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ sudo apt install build-essential pkg-config libdbus-1-dev libxdo-dev libx11-dev
## Documentation

- [RUNNING.md](RUNNING.md): developer/local run instructions.
- [docs/WINDOWS.md](docs/WINDOWS.md): Windows setup, installation, usage, and troubleshooting.
- [docs/RELEASES.md](docs/RELEASES.md): downloadable artifact instructions.
- [docs/MACOS_APP.md](docs/MACOS_APP.md): macOS app wrapper notes.
- [SPEC.md](SPEC.md): product and architecture spec.
Expand Down
1 change: 1 addition & 0 deletions RUNNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ See [docs/WAYLAND_POC.md](docs/WAYLAND_POC.md) before using it. It reads keyboar
## 10) Notes
- This repo uses select-all + clipboard to read active-field text. The app restores the clipboard after each operation.
- For development, `cargo run -- run` is easiest; for production, prefer `cargo build --release` and run the release binary.
- For Windows-specific setup, installation, usage, and troubleshooting, see [docs/WINDOWS.md](docs/WINDOWS.md).

---
For architecture details and behavioral specs, see [SPEC.md](SPEC.md).
Loading
Loading