Skip to content

fix(tmux): Kill tmux sessions when deleting cards and add Kill Session option#47

Merged
eyelock merged 1 commit into
mainfrom
fix/tmux-kill-sessions
Jan 16, 2026
Merged

fix(tmux): Kill tmux sessions when deleting cards and add Kill Session option#47
eyelock merged 1 commit into
mainfrom
fix/tmux-kill-sessions

Conversation

@eyelock
Copy link
Copy Markdown
Owner

@eyelock eyelock commented Jan 16, 2026

Summary

  • Fix orphaned tmux sessions that keep reappearing after being closed
  • When deleting a card, now properly kills the tmux session instead of just detaching
  • Add "Kill Session" option to tab context menu for tmux terminals
  • Close Session = Detach (session persists, can reattach)
  • Kill Session = Terminate (session is gone permanently)

Test plan

  • Create a tmux terminal
  • Delete the terminal card
  • Verify tmux session is killed (not just detached)
  • Create another tmux terminal
  • Right-click tab, choose "Kill Session"
  • Verify terminal is terminated, not just detached

🤖 Generated with Claude Code

…n option

- Delete card now kills the associated tmux session instead of just
  detaching, preventing orphan sessions from reappearing on next launch
- Added "Kill Session" option to tab context menu for tmux terminals
- This allows users to fully terminate a tmux session without deleting
  the card
- Close Session still detaches (preserves session for later reattach)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@eyelock eyelock merged commit 4f3b9be into main Jan 16, 2026
5 checks passed
@eyelock eyelock deleted the fix/tmux-kill-sessions branch January 16, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant