https://github.com/deadblackclover/keylogger
Register various user actions - keystrokes on the computer keyboard, movements and mouse keystrokes
https://github.com/deadblackclover/keylogger
keyboard keylogger mouse rust
Last synced: 3 months ago
JSON representation
Register various user actions - keystrokes on the computer keyboard, movements and mouse keystrokes
- Host: GitHub
- URL: https://github.com/deadblackclover/keylogger
- Owner: deadblackclover
- License: gpl-3.0
- Created: 2020-07-29T08:39:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T22:44:49.000Z (about 1 year ago)
- Last Synced: 2025-01-27T08:45:32.766Z (12 months ago)
- Topics: keyboard, keylogger, mouse, rust
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 18
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keylogger

Register various user actions - keystrokes on the computer keyboard, movements and mouse keystrokes
## Install
If you have Rust: `cargo install keylogger`
## Usage
```bash
Register various user actions - keystrokes on the computer keyboard, movements and mouse keystrokes
Usage: keylogger [PATH]
Arguments:
[PATH] [default: .keylogger]
Options:
-h, --help Print help
-V, --version Print version
```
## Build deb
```sh
cargo install cargo-deb
cargo deb
```