-
0.10.0
Stablereleased this
2026-03-05 23:24:13 +00:00 | 0 commits to main since this releaseAdded
- fzf preview panel: hovering over a project shows its
README.mdin the right 40% of the screen - Uses
glowfor rendered markdown when available, falls back tocat CLICOLOR_FORCE=1ensures glow outputs full ANSI colors even in fzf's non-TTY preview pipe- Preview command runs via
sh -c '...' -- {}for compatibility with fish, zsh, and bash
Downloads
- fzf preview panel: hovering over a project shows its
-
0.9.2
Stablereleased this
2026-03-05 02:39:30 +00:00 | 1 commits to main since this releaseChanged
- Cache now uses stale-while-revalidate: cached projects are returned immediately and a background process (
--background-refresh) rebuilds the cache when it is stale, eliminating blocking scans on every invocation cache_ttl_hoursis now enforced: when the cache age exceeds the configured TTL, a background refresh is triggered automatically
Downloads
- Cache now uses stale-while-revalidate: cached projects are returned immediately and a background process (
-
0.9.1
Stablereleased this
2026-03-02 00:37:14 +00:00 | 2 commits to main since this releaseFixed
- Shortcut and desktop integration wizards are now offered regardless of whether the user chose the interactive wizard or the default config on first run; previously they were only offered in the wizard path
Downloads
-
0.9.0
Stablereleased this
2026-03-01 23:15:33 +00:00 | 3 commits to main since this releaseAdded
- First-run setup choice prompt: when no configuration file exists, tmuxido now asks whether to run the interactive wizard or apply sensible defaults immediately
SetupChoiceenum andparse_setup_choice_inputinuimodule (pure, fully tested)Config::write_default_confighelper for writing defaults without any promptsConfig::run_wizardextracted fromensure_config_existsfor clarity and testabilityrender_setup_choice_promptandrender_default_config_savedrender functions
Downloads
-
0.8.1
Stablereleased this
2026-03-01 22:56:01 +00:00 | 7 commits to main since this releaseFixed
install.sh: removed-fflag from GitHub APIcurlcall so HTTP error responses (rate limits, 404s) are printed instead of silently discarded; shows up to 400 bytes of the raw API response when the release tag cannot be parsed
Downloads
-
0.8.0
Stablereleased this
2026-03-01 22:42:12 +00:00 | 8 commits to main since this releaseAdded
- Keyboard shortcut setup wizard on first run and via
tmuxido --setup-shortcut - Auto-detects desktop environment from
XDG_CURRENT_DESKTOP/HYPRLAND_INSTANCE_SIGNATURE - Hyprland: appends
binddentry to~/.config/hypr/bindings.conf; prefersomarchy-launch-tuiwhen available, falls back toxdg-terminal-exec - GNOME: registers a custom keybinding via
gsettings - KDE: appends a
[tmuxido]section to~/.config/kglobalshortcutsrc - Conflict detection per DE (Hyprland via
hyprctl binds -j, KDE via config file, GNOME via gsettings); suggests next free combo from a fallback list --setup-desktop-shortcutflag to (re-)install the.desktopentry and icon at any timeshortcutmodule (src/shortcut.rs) with full unit and integration test coverage- Icon and
.desktopfile installed byinstall.shand offered in the first-run wizard
Downloads
- Keyboard shortcut setup wizard on first run and via
-
0.7.1
Stablereleased this
2026-03-01 08:07:06 +00:00 | 13 commits to main since this releaseFixed
- Interactive setup wizard now asks for a tmux layout when a window has 2 or more panes
- Layout selection shown in post-wizard summary
Changed
- README: Added ASCII art previews for each available tmux layout
Downloads
-
0.7.0
Stablereleased this
2026-03-01 07:56:36 +00:00 | 17 commits to main since this releaseChanged
install.shnow downloads from GitHub Releases- Self-update now queries the GitHub Releases API for new versions
- Releases are published to both Gitea and GitHub
Downloads