Top
Best
New

Posted by oli5679 12 hours ago

Ghostty – Terminal Emulator(ghostty.org)
567 points | 248 commentspage 3
dbgrman 10 hours ago|
i hope they implement something that can be used with tmux -CC mode.
JCattheATM 7 hours ago||
Curious to hear some more recommendations, I settled on using lxterminal which works well enough. I couldn't get wezterm to recognize fonts on ALpine no matter what I did, kitty doesn't support tabs and ghosttty sounds like it has issues with ssh connections? I feel like I tried most at some point but if anyone has suggestions for a tabbed terminal emulator nicer than lxterminal, ideally with transparency, I'd love to hear them.
TehCorwiz 6 hours ago|
As a counterpoint to Ghostty ssh. I have literally never had an issue and I manage a large cluster of boxes that run everything from centos 7 to rocky 10. All from ghostty on a Mac.
rs_rs_rs_rs_rs 3 hours ago||
If you don't mind, can you share your config?
mastabadtomm 4 hours ago||
We often see Ghostty on the front page. What makes this project special? Is it solving a big problem with current terminal apps?
nout 3 hours ago|
In my experience it actually is. I went through multiple terminals and they all had issues for me (missing key remapping functionality, slowness, not working across platforms, UI ugly...), but Ghostty is solving most of these.
tux1968 8 hours ago||
Ghostty's terminfo entry doesn't enable 24-bit color*, and as far as I can tell they don't provide a "ghostty-direct" entry that does. It just seemed odd that it's completely supported and working, yet not easily enabled. Maybe I just missed a trick, and didn't need to make a custom terminfo entry myself?

* "msgcat --color=test" is an easy test that shows the blending of 24-bit color, or blocky gradients otherwise.

jbrooks84 6 hours ago||
Why use this over iterm 2?
ashton314 3 hours ago|
Ghostty is extremely performant. I had a bug in some concurrent software; when I added logging the bug would disappear because the threads acquiring the lock on STDERR was sufficient to make the bug go away. On Ghostty this happened fast enough that I was able to reproduce the bug.

Maybe I should have been writing everything to a file. ¯\_(ツ)_/¯ Anyway, I didn’t think of it at the time and Ghostty saved me.

Acur 6 hours ago||
Really nice terminal.

Unfortunately scrolling in terminal apps via mouse wheel seems to be broken (on release and main branch), which is currently a blocker for me. Hope this will be fixed soon.

onionisafruit 9 hours ago||
I expected this to point to the 1.3.0 release since it’s expected in March. Hopefully we get that soon.
kombine 9 hours ago||
If there wasn't kitty I'd definitely be using Ghostty, but I have no reason to switch.
wateralien 6 hours ago||
Can't use it yet because I need cmd-f find.
s_ting765 9 hours ago|
I tried this out after getting annoyed for the 100th time by a recent bug in kgx/console that will occasionally fail to launch windows leaving incomplete windows as tabs.

Console has long since become abandonware pushing people towards ptyxis which is now the default gnome terminal. A damn shame considering console is basically complete software (the quality of software in gnome is on a downhill).

I would have given ptyxis a chance if they didn't take a basic terminal and added some fluff (features related to distrobox) on top of other annoying things I can't be bothered to remember about because I ended up removing the software every time I gave it a spin.

In just a few days I've been able to replace console with ghostty-nightly and I don't miss anything.

kccqzy 8 hours ago|
What features related to distrobox? I use both ptyxis and distrobox and I don’t notice any integration between them. I do notice an integration between ptyxis and sudo however. It simply turns the title bar red.
s_ting765 8 hours ago||
> Ptyxis: Your Container-Oriented Terminal for GNOME

> A modern terminal emulator built for the container era. Seamlessly navigate between your host system and local containers like Podman, Toolbox, and Distrobox with intelligent detection and a beautiful, responsive GNOME interface.

https://gitlab.gnome.org/chergert/ptyxis/-/blob/main/README....

More comments...