Skip to content

Conversation

@tennox
Copy link

@tennox tennox commented Sep 1, 2025

Disclaimer: This PR has been developed with the help of Claude, but I've tested and reviewed manually.

  • Added optional --tab-index flag to rename-tab CLI action
  • Created new RenameTabByIndex action variant
  • Implemented full routing from CLI through to Screen handler
  • Updated protobuf definitions for plugin API compatibility
  • Maintains backward compatibility with existing rename-tab usage

Usage

# Rename active tab (existing behavior)
zellij action rename-tab "New Name"

# Rename tab at specific index (new feature)
zellij action rename-tab "New Name" --tab-index 2

- Added optional --tab-index flag to rename-tab CLI action
- Created new RenameTabByIndex action variant
- Implemented full routing from CLI through to Screen handler
- Updated protobuf definitions for plugin API compatibility
- Maintains backward compatibility with existing rename-tab usage
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