I’m looking for a new terminal. What’s your favorite one and why? Which one is popular?

    • @Capricorn@lemmy.today
      link
      fedilink
      121 year ago

      How often do you use images inside a terminal?

      Why having a Gpu-accelarated terminal? The computational power used by the graphical rendering of a terminal is minimal…

    • ☂️-
      link
      fedilink
      111 year ago

      what kind of benefit can i expect from a gpu accelerated terminal?

    • @mumblerfish@lemmy.world
      link
      fedilink
      71 year ago

      I’ve been using it for a while now, and it is fine. But it is very often that I open htop and kitty is one of the big cpu wasters. Maybe I’ve configured something wrong? But yeah, sure, works.

  • bugsmith
    link
    fedilink
    511 year ago

    I like Konsole.

    It comes with KDE, supports tabs, themes, and loads very fast.

    I don’t really need more from a terminal than that. When I, rarely, need more advanced features like window splitting and session management I also use Zellij (previously I used tmux).

    • @Turtle@aussie.zone
      link
      fedilink
      61 year ago

      When I, rarely, need more advanced features like window splitting and session management I also use Zellij

      Konsole does window splitting as well, doesn’t it?

    • @genie@lemmy.world
      link
      fedilink
      01 year ago

      Yakuake is similar but drop down based (like quake). I love having a hot key to access my terminal (tabs, splits, and all). Especially when editing in vim and looking at docs in Firefox it’s such a buttery smooth workflow.

    • @HouseWolf@lemm.ee
      link
      fedilink
      English
      91 year ago

      I granted I haven’t tried any outside of what comes pre-installed on whatever DE I’m currently using, but yeah Konsole is the best

  • @lseif@sopuli.xyz
    link
    fedilink
    301 year ago

    terminal? i think you’ll find its a terminal emulator, haha! /s

    i like kitty, its fast, simple, and supports ligatures.

  • Bankenstein
    link
    fedilink
    21
    edit-2
    1 year ago

    Wezterm is my favourite because it’s really configurable and supports ligatures. Konsole is also quite nice. Generally I’m in favour of using whichever one comes with your DE, or Wezterm if you use a WM.

    Kitty is probably the most popular one, but I don’t like it cause no ligature support no acceleration it claims it has good font management, but fonts never worked properly in my experience.

    Alacritty and Foot are also popular for their performance. Alacritty does have some stability issues though.

  • @matcha_addict@lemy.lol
    link
    fedilink
    181 year ago

    I use foot because it’s wayland native and the developer is a very nice person. Only thing missing from it for me is ligature support.

    A close second for me is WezTerm. It is very full featured, although I do not use a lot of its features. Developer is also extremely nice and helpful. It does have ligature support.

    I personally use tiling window managers, so I have no need for built-in tiling / tabbing features.

      • @Sidewalker@lemm.ee
        link
        fedilink
        51 year ago

        Damn this was my first thought too.

        Someone pass me an AARP card and a Costco-sized tube of ointment…

      • million
        link
        fedilink
        English
        11 year ago

        I used to use Fluxbox back in the day, what’s the modern equivalent?

        • @cerement@slrpnk.net
          link
          fedilink
          21 year ago

          I think Openbox is the main survivor of the *box WMs – Openbox has become pretty much the default choice for small Linux distros, either with a few utilities like crunchbangplusplus or BunsenLabs or as the base of a lightweight DE like LXDE/LXQt

  • Lunya \ she/it
    link
    fedilink
    181 year ago

    I like kitty because:

    • multiplexing
    • more minimal than DE terminals
    • fast
    • can display images natively
    • @Capricorn@lemmy.today
      link
      fedilink
      31 year ago

      How often do you use the image display within a terminal?

      Kitty is not “minimal” at all, it’s full of superfluous features… I used it for many years and I loved it, but I wouldn’t say it’s “minimal”

    • Lunya \ she/it
      link
      fedilink
      51 year ago

      Can’t argue with that, minimalism is based. (I say this as a non-minimalist)

    • @msage@programming.dev
      link
      fedilink
      11 year ago

      I want to love it too. I use dwm, and tried ST for a year, but I gave up. Tmux doesn’t solve every issue, and specially when you have to manage another Tmux session on a server, it gets ridiculous.

      I want to use as much suckless as possible, but ST just doesn’t work for me.

  • @thayer@lemmy.ca
    link
    fedilink
    English
    151 year ago

    Ptyxis, formerly Prompt. I used urxvt for many years but eventually settled on GNOME Terminal after transitioning to the GNOME environment for most of my devices. Ptyxis is a slick and quick container-centric GTK 4 terminal that fits well with my Fedora Silverblue container-based workflow.

  • hallettj
    link
    fedilink
    English
    14
    edit-2
    1 year ago

    Well I’ll throw in my endorsement for kitty. I like the ligature support, the fact that it can be configured to hide all UI, and it uses text files for configuration that I can put in my dot files repo.

    There are some particular features that I use constantly:

    I can yank a file path to the prompt from previous output by pressing ctrl+shift+p then f then a 1-character label. I can do the same with a git hash (or other hash) by pressing h instead of f.

    I can scroll back and search previous output using only the keyboard with ctrl+shift+h which puts the terminal history in a pager.

    I can get the output of only the previous command in a pager with ctrl+shift+g. Or jump to previous prompts with ctrl+shift+x and ctrl+shift+z.

    I use kitty-scrollback.nvim which replaces that pager with neovim so I can use all of my editor features to search history, copy what I want, etc.