6 ms·
> A terminal app that has terminal features doesn't violate any principles of simplicity. It still depends how these features are implemented. For example in
by martanne 10y ago
> A terminal app that has terminal features doesn't violate any principles of simplicity.
It still depends how these features are implemented.
For example in dvtm scroll back history is made searchable by piping it to $PAGER. Similarly, copy mode is implemented by using $EDITOR as an interactive filter.