Guake/guake
在 GitHub 查看Allow specifying the number of equal parts to split the terminal tab into
Open
#2,238 创建于 2024年4月3日
Type: Feature Requestgood first issue
仓库指标
- Star
- (4,281 star)
- PR 合并指标
- (平均合并 4天 6小时) (30 天内合并 2 个 PR)
描述
As an user, I would like to be able to split the terminal tab into more than two equal parts, e.g. split the terminal vertically into three parts with equal width. Currently Guake only allows splitting in half.
To do this, I propose adding an optional parameter to the --split-vertical and --split-horizontal command line options to specify the number N of equal parts to split into, e.g.
--split-vertical [N] Split the selected tab vertically into N equal parts (default: 2).
--split-horizontal [N] Split the selected tab horizontally into N equal parts (default: 2).