Guake / Guake/guake

Allow specifying the number of equal parts to split the terminal tab into

Open
#2,238 1 comment 0 reactions 0 assignees View on GitHub
good first issue Type: Feature Request
Dominant language
Python
Stars
4.7k
Forks
604
PR merge metrics
No merged PRs in 30d

Description

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).
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.