zellij-org/zellij

Feature: A Master Session/Tab/Pane Index

开放

#377 创建于 2021年4月25日

 (0 条评论) (8 个反应) (0 位负责人)Rust (1,191 个派生)batch import
hacktoberfesthelp wanted

仓库指标

星标
 (32,593 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

This request is a Tmux-like request, for feature parity. This is most similar to the tmux command: + backtick

The idea would be to have a mode which displays a tree of all the currently running Zellij Sessions (Attached or detached), the Tabs in those sessions, and then the individual panes. Each would have a number, or custom name (as in the case of a custom name from a tab.), and possibly some text from the sessions to identify which is which.

Implementation of this feature would have to wait until after the completion and closure of these issues and pull requests: #223 #69, as after that sessions would exist in ernest.


Another idea in pie in the sky territory would be to be able to use this index in combination with a "Paste Buffer" #375 to direct what panes to output pasted text to, so only certain ones, or even entire sessions worth of panes/tabs can have text pasted to them. Perhaps in a broader sense, it could instead be a method to commit actions to all of these separate Sessions/Tabs/Panes, say for example order only a selection of them to close. Or order another session/tab/pane or series of thoes be opened in that part of the tree.

Edit: #379 was made just this evening and is the start of this.

贡献者指南