Live data from Hacker News

Alacritty – A fast, cross-platform, OpenGL terminal emulator

github.com

171–174 of 174 posts

Re: Alacritty – A fast, cross-platform, OpenGL terminal emulator

#171
post #121
post #47

Earlier quoted context omitted.

Foot is Linux only and lightweight, take it as a Wayland version of Xterm with good defaults and almost no emulation options. The rest works in all major OS. Alacrity is all about GPU rendering speed at the cost of everything else (at some point it did not have scrollbars/history). Kitty and Wezterm are packed with features and more difficult to differentiate. They are all good though.

There still are no scrollbars in Alacritty: https://github.com/alacritty/alacritty/issues/775 Use Wezterm is you want a modern rust based terminal with basic nice stuff like scrollbars.

Another +1 for Wezterm. I also tried Alacritty in past, but felt it too basic. Kitty was better. TBH, not sure why I left that for Wezterm. But for now, I've settled and have no intention to change.

FWIW I use Wezterm with Zellij

Re: Alacritty – A fast, cross-platform, OpenGL terminal emulator

#172
post #30

It says to use a multiplexer for tabs and splits, but doesn't that negate some of the performance claims? Tmux and screen are pretty notorious for slowing things down.

Oh that’s very interesting to hear about tmux increasing latency. I’ve not heard this before but now you mention it, it seems obvious. Could you elaborate?

Tmux scans every character at least once.

Re: Alacritty – A fast, cross-platform, OpenGL terminal emulator

#173
post #104

Earlier quoted context omitted.

iTerm2: cmd+shift+a = select output of last command. I can then cmd+c, open whatever editor I want (or `pbpaste | less` if I want `less`).

It always appears greyed out for me, Hotkey Window and default profile as well. Any idea why might it be? Thanks!

You haven't installed the shell integration, likely. https://iterm2.com/documentation-shell-integration.html

Re: Alacritty – A fast, cross-platform, OpenGL terminal emulator

#174
I don't understand why more of SecureCRT's features don't get implemented into FOSS terminal emulators.

If nothing else, just being able to have clickable buttons that I can configure to paste text is IMMENSELY useful. Combine a few good click-to-paste-string buttons with a bash for loop and ssh, and you're a long way to a quick and dirty Ansible replacement for those multi-system tasks.

Post reply on HN