summaryrefslogtreecommitdiff
path: root/dotfiles/common/.local/bin/aix
AgeCommit message (Collapse)Author
17 hoursfeat(aix): sort windows on every attach, add --attach flagCraig Jennings
Sort windows (shells at 0, projects alphabetically from 1) on every session access including --attach. Move --attach check after function definitions so sort_windows is available.
18 hoursrefactor(aix): extract helper functions, remove duplicationCraig Jennings
Extract attach_session, create_window, read_selections, and build_candidates functions. Remove unused variable. Simplify new-session window ID capture.
20 hoursfeat(aix): sort windows alphabetically, shells last, start from 1Craig Jennings
Windows are reordered after creation and when adding to an existing session. Shell windows (bash/zsh) sort to the end. Window numbering starts at 1. Focus lands on the first selected window.
21 hoursfeat(aix): add windows to existing session, fix special char handlingCraig Jennings
Allow calling aix from within the ai tmux session to add new project windows. Already-open projects are filtered from the selection list. Use tmux window IDs instead of names to fix errors with dots in directory names (e.g. chime.el).
2 daysfeat(archsetup): add slack with Wayland/DWM conditionalCraig Jennings
Add slack-desktop-wayland for Hyprland, slack-desktop for DWM. Update Claude startup prompts, fix Hyprland portal/waybar startup order, add signal-desktop Wayland .desktop override.
4 daysfeat(common): add aix script for fzf-based Claude Code tmux launcherCraig Jennings
Provides flexible alternative to ai-assistants: multi-select project directories via fzf, then open each in a tmux window running Claude. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>