|
|
|
|
|
by lobster_johnson
3448 days ago
|
|
> Alacritty follows the Unix philosophy of doing one thing, and doing it well. That principle is often misapplied, and I think that's true here, too. The "do one thing" about Unix is really about composability (e.g. "find" doesn't need to sort because you do "find | sort"), but you don't compose a terminal app with anything. A terminal app that has terminal features doesn't violate any principles of simplicity. |
|
It's rarely a significant problem in practice, but it annoys me in principle!