- Add --setup-shortcut flag to configure a desktop keybinding - Wizard runs automatically on first run after config creation - Supports Hyprland (bindings.conf + hyprctl conflict check), GNOME (gsettings) and KDE (kglobalshortcutsrc) - Hyprland: prefers omarchy-launch-tui, falls back to xdg-terminal-exec - Conflict detection with fallback combo suggestions - Add tmuxido.desktop and install icon + .desktop in install.sh - 157 tests passing
19 lines
327 B
TOML
19 lines
327 B
TOML
[package]
|
|
name = "tmuxido"
|
|
version = "0.8.0"
|
|
edition = "2024"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
toml = "0.8"
|
|
dirs = "5.0"
|
|
walkdir = "2.4"
|
|
anyhow = "1.0"
|
|
shellexpand = "3.1"
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
lipgloss = "0.1"
|