Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Oct 12, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

seefood and others added 7 commits October 11, 2025 21:39
Implements tab completion for the `-c` option in `tmux new-session` command,
which sets the start directory for the new session.

**Changes:**
- Added `-c) _tmux_filedir -d ;;` case to complete directories after `-c` flag
- Added `-c` to the options list for the new-session command

**Usage:**
```bash
tmux new-session -c <tab><tab>  # Now shows directory completions
```

The fix uses the existing `_tmux_filedir -d` function which handles directory
completion with tilde expansion support, providing better UX than raw compgen.

Closes #2245

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
* fix/artisan-shellcheck:
  I hope this is a fix that satisfies shellcheck and is correct functionally
@pull pull bot locked and limited conversation to collaborators Oct 12, 2025
@pull pull bot added the ⤵️ pull label Oct 12, 2025
@pull pull bot merged commit 7c1b7b3 into devliq:master Oct 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant