feat(attach): Support `--first` option for `attach` sub-command to let zellij choose the alphabetically first session; resolve #823 fix(attach-first): Fix `--first` option to choose the first created session in the existent sessions feat(attach): Support `--index` option to choose the session indexed by provided number like -t option of tmux feat(attach): Support listing active sessions with index when a provided number is not found in the active sessions feat(attach): Support listing active sessions with index when a provided number is not found in the active sessions feat: Add anyhow to uniformly treat error types and avoid panics
1.1 KiB
1.1 KiB
| name | about | labels |
|---|---|---|
| 🐛 Bug Report | If something isn't working as expected. | bug |
Thank you for taking the time to file this issue! Please follow the instructions and fill in the missing parts below the instructions, if it is meaningful. Try to be brief and concise.
In Case of Graphical or Performance Issues
- Delete the contents of
/tmp/zellij-1000/zellij-log, ie withcd /tmp/zellij-1000/andrm -fr zellij-log/ - Run
zellij --debug - Recreate your issue.
- Quit Zellij immediately with ctrl-q (your bug should ideally still be visible on screen)
Please attach the files that were created in /tmp/zellij-1000/zellij-log/ to the extent you are comfortable with.
Basic information
zellij --version:
tput lines:
tput cols:
uname -av or ver(Windows):
List of programs you interact with as, PROGRAM --version: output cropped meaningful, for example:
nvim --version: NVIM v0.5.0-dev+1299-g1c2e504d5 (used the appimage release)
alacritty --version: alacritty 0.7.2 (5ac8060b)
Further information Reproduction steps, noticeable behavior, related issues, etc