home.social

#terminal-emulator — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #terminal-emulator, aggregated by home.social.

fetched live
  1. 🐀💻 Behold, the pinnacle of human achievement: a terminal emulator that promises to transform your #productivity with stunning inline 3D graphics! Because who doesn't want to be distracted by spinning polygons while trying to run 'ls'? 🙄✨
    ratty-term.org/ #terminalemulator #3Dgraphics #distraction #techhumor #innovation #HackerNews #ngated

  2. Someone here posted about the #Starship prompt for the terminal once. I liked it a lot and decided to try. Then I found out #iTerm2 - a better terminal emulator. Then there were themes, color schemes, and finally, I discovered #Fish shell.

    I now want to spend more time in my terminal than in UI.

    Starship prompt: starship.rs
    Fish shell: fishshell.com
    iTerm2: iterm2.com

    #terminalEmulator #FishShell #StarshipPrompt #terminal #console #homelab

  3. “I do recall Emacs ^S and ^Q being problematic due to terminal mode occasionally getting set badly (and then the underlying hardware would wake up, “Oh, flow control! I know how to do that!”, ^S would freeze everything and you had to Just Know to do ^Q…)”

    @wrog this is still a problem in modern terminal emulators. On Linux, nearly all terminal emulator software emulates the DEC VT-220 hardware pretty closely, so it does actually send the ASCII DC1 and DC3 characters for C-q and C-s, and the virtual TTY device responds accordingly by blocking all further characters except for DC1 and DC3. You have to execute the command stty -ixon to disable soft flow control for a given TTY device after it has been initialized by the operating system.

    I think there is a way configure the pseudoterminal manager system control to create virtual TTY devices that ignore DC1 and DC3 characters, but I don’t know how, and for whatever reason (probably for backward compatibility with older Unix systems) Debian-based Linux doesn’t configure it this way by default. I think most people just put the stty -ixon in their ~/.profile file.

    @kentpitman @dougmerritt @screwlisp @cdegroot

    #tech #software #Linux #TerminalEmulator #CLI #LinuxTips

  4. Currently trying out terminal emulator - it's pretty nice out-of-the-box and has font ligatures support. What puts me a bit off is the RAM usage, it uses more than (65 vs 50) which is the terminal I've been using for years now.

    But maybe the extra RAM usage is justified, I need to try it out for a few weeks 🤔

  5. Naty @eclecticpassions ·

    First of 2026 on

    ➡️ burgeonlab.com/blog/hugo-on-an

    Been only publishing weeknotes lately; but the wait is over, new tech guide is out! 👩🏻‍💻 It's about how I am using on with .

    This is #6 of . See my progress: burgeonlab.com/tags/100daystoo

  6. Zashterm è un nuovo terminale moderno basato su GTK4 e Adwaita, progettato per offrire sessioni avanzate, integrazione SSH e funzioni di sicurezza pensate per gli utenti Linux più esigenti. #Linux #GTK4 #TerminalEmulator #OpenSource

    linuxeasy.org/zashterm-un-term

  7. 🤯 Wow, a terminal emulator for your terminal! 🚀 Because clearly, what we needed was more terminals inside our terminals, powered by the revolutionary Turbo Vision. 🦄 Next up: a browser that lets you browse browsers, because who doesn't love a good recursive loop? 🙃
    github.com/magiblot/tvterm #terminalemulator #TurboVision #recursiveinnovation #techhumor #futureoftech #HackerNews #ngated

  8. Ah yes, the riveting saga of tweaking a terminal emulator to perfection that absolutely no one asked for. Because what could be more thrilling than spending your precious time fiddling with #WezTerm settings? 🙄🔧 #Priorities
    rashil2000.me/blogs/tune-wezte #terminalemulator #customization #techhumor #codinglife #productivityfunnies #HackerNews #ngated

  9. What a wonderful surprise wezterm is proving to be!

    I started using it as a less fussy alternative to kitty. Today, I discovered it has built-in muxing, just like tmux. Perfect for driving persistent ssh sessions. It is cross-platform and lua-configurable. Highly recommended !

    #wezterm #TerminalEmulator #tmux #terminal #ssh #dev #SysAdmin

  10. I have been test-running wezterm for about a month now and am absolutely loving it ! Fast, outstanding support for glyphs, and a good balance b/w GUI support and minimalness. Would highly recommend! The only effort might be learning some very basic lua for configuration.

    I was a sworn kitty user, but its glyph support (e.g., running emacs --no-window) is not able to do what I need.

    #TerminalEmulator #wezterm #terminal

  11. 🎉 Hold the front page! 📰 Two years of #suspense for a terminal emulator just ended...🙄 drumroll please... with a #roadmap update! 🤦‍♂️ But wait, it's #zero-dependency... because, who needs #libc these days, right? 🚀
    mitchellh.com/writing/libghost #terminalemulator #update #technews #HackerNews #ngated

  12. Speaking of terminal emulators, #foot seems great, but unfortunately the lack of ligature support is a deal breaker

    #terminalemulator

  13. I see a lot of fuzz about #Ghostty #TerminalEmulator, and I'm sure it's great. But all that GTK and window/tab management stuff, no, thanks. I like fast and simple terminals, and letting my window manager take care of tabs, splits, etc. Been using #urxvt, #st, #kitty, #alacritty, #wezterm and then back to kitty. Give me a fast, spartan terminal with UTF-8, ligature support and a big buffer. That's all I need.

  14. A thing I dislike about linux (VT-)terminals..

    Copy is SHIFT+CTRL+C
    Paste is SHIFT+CTRL+V
    New Tab is SHIFT+CTRL+T

    It's like that only on those apps and it crypples my workflow to the point that I use keycombos in other places as well.

    gitlab.gnome.org/GNOME/console

    gitlab.gnome.org/GNOME/console
    > In vte, both Ctrl-C and Ctrl-Shift-C do the same thing, that is to send ^C. [...] if you unassign that, the default vte binding simply takes over.

    #Linux #GNOME #GTK #Terminal #TerminalEmulator

  15. Thanks to OpenCore Legacy Patcher, I can run on my 10-year old MacBook Pro! 👻
    ghostty.org