Final commit before re-publication

This commit is contained in:
2025-08-23 09:34:15 -04:00
parent 58830d9be8
commit d0fcd32c91
6 changed files with 401 additions and 40 deletions

View File

@@ -5,7 +5,7 @@ Use `git clone` to create a local copy of the timetracker repository on your loc
If you'd prefer to use the Rust programs (which is highly recommended, if only for execution speed), you will need to compile the Rust programs with `cargo` (the Rust language package manager). Do the following:
1. Install Rust language using your chosen distribution's package manager. For Arch Linux:
```
pacmak -Syu rust
pacman -Syu rust
```
1. Navigate to the `timetracker/rust/timetracking` directory in the cloned `timetracker` source directory
1. Execute the following command:
@@ -19,5 +19,5 @@ If you'd prefer to use the Rust programs (which is highly recommended, if only f
cargo run -- <input arguments>
```
## Pro Tips (TODO)
- X11/X.org macros
- Wayland/Hyprland macros
- X11/X.org macros (autokey)
- Wayland/Hyprland macros (hyprctl dispatch/espanso)