7 comments (7 comments)1 reaction (1 reaction)1 assignee (1 assignee)Rust1,191 forks (1,191 forks)batch import
actionenhancementgood first issue
Repository metrics
- Stars
- 32,593 stars (32,593 stars)
- PR merge metrics
- Avg merge 42d 11h (Avg merge 42d 11h)10 merged PRs in 30d (10 merged PRs in 30d)
Description
Additionally to the -d, --direction <DIRECTION> for zellij run it would be nice to have a --size flag that determines the size for the openend split.
Contributor guide
- Research direction
- Explore the `zellij run` command implementation, locate the CLI argument parsing (likely using clap), and add a ` size` option that sets the split size. Ensure it integrates with the direction flag and respects existing behavior.
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- RustGitCommand line interface