mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: toggle-shortcuts fails with program not found #627
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rlopeznegrete on GitHub (May 22, 2025).
Summary
When I execute
komorebic toggle-shortcutsfrom PowerShell I getVersion Information
master branch
Komorebi Configuration
Hotkey Configuration
Output of komorebic check
@LGUG2Z commented on GitHub (May 22, 2025):
Since this is a separate binary and you are building from source, you'll also need to build this new binary -
cargo install --path komorebi-shortcuts@LGUG2Z commented on GitHub (May 22, 2025):
For anyone building from source I recommend installing
just, then you can runjust installto build and install all binaries in the workspace to~/.cargo/bin, which will be in your$PATHif you followed the standard rustup toolchain installation instructionsb4e61b079c/justfile (L31)