Output folding
Open
Priority: Low
Type: Feature Request
- Dominant language
- Python
- Stars
- 4.7k
- Forks
- 604
- PR merge metrics
- No merged PRs in 30d
Description
Allow for output folding just like it works with code folding.
Here is an example:
**input**
```
user@host$ ls -l
```
**output**
```
(>) <---- folding icon which hides the lines below
dir1
dir2
dir3
file1
file2
```
clicking the folding icon hides or shows the output of the command.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.