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

  • mac@infosec.pub
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    iterm2 is near perfect on macOS, for Linux I usually use Alacritty or Foot

  • wyclif@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    I’ve tried a lot of them over the whole history of Linux, but what I use now is kitty.

    • pingveno@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 months ago

      Love me some fish! Though for more complex data processing, I’m working on learning nushell. Being able to work with more complex data structures is amazing.

  • Ofosho [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 months ago

    I’m on the Alacritty/Tmux/ZSH train. Haven’t any issues, other than font scaling differences between laptop and desktop UW monitor.

    • Corngood@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      This is me too, but I just switched to alacritty from urxvt (due to some new bug with control characters).

      I prefer my terminal to purely show text, and I use tmux for all the fancy stuff.

  • thingsiplay@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    I don’t have one specific as my favorite anymore and currently use Konsole from KDE. If you like tinkering with files and want it highly customizable through configuration files instead a gui, then probably Kitty is the best (and the closest to being my favorite). Alacritty is also a good one, but its quite simple and lacks some features in my opinion. I didn’t try too many, but these 3 are the top three I would consider using in the feature future.

  • beerclue@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    I’ve used Alacritty for a long time, but I am looking to switch since they moved to TOML for their config file. The migration they advertised did not work, and looking for some sample files took me to a GitHub issue thread where the devs are just… dicks. It was rather easy to write a new config file from scratch, but their attitude is just ridiculous.

  • Ensign_Crab@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 months ago

    ADM-3A for beauty and the vim keys.

    TRS-80 DT-1 for weirdness.

    IBM 5251 for beam spring keys.

    DEC VT320 because library nostalgia.

  • hallettj@leminal.space
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    7 months 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.

  • bugsmith@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    7 months 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).

    • genie@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      7 months 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.

    • Turtle@aussie.zone
      link
      fedilink
      arrow-up
      0
      ·
      7 months 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?