3 Methods I Use to Customize Tmux Like a PRO

Поділитися
Вставка
  • Опубліковано 1 чер 2024
  • Tmux is incredible, but you already know that. Amongst many features, one of the cool things about it is its extendability - writing plugins can be as easy as one short script, or you can write a full blown project and open source it, so it can be install-able with something like TPM.
    In this video I'll be covering all the options for creating your own plugins!
    This video is kindly sponsored by UptimeRobot.com - The world's leading uptime monitoring service!
    Get 50 uptime monitors for Free: app.uptimerobot.com/billing/p...
    Ways to support this channel:
    🎓 My course: learn.omerxx.com/courses/seco...
    📰 Become a better engineer in just 3 minutes a week: signup.omerxx.com
    ⌨️ Tech I use: kit.co/omerxx/my-battle-station
    LINKS
    ▶ Tmux SessionX: github.com/omerxx/tmux-sessionx
    ▶ My dotfiles: github.com/omerxx/dotfiles
    ⏱ Timestamps
    00:00 - Intro
    00:49 - A basic inline plugin
    02:20 - UptimeRobot
    03:30 - A new uptime monitoring plugin
    05:55 - Additional improvements
  • Наука та технологія

КОМЕНТАРІ • 11

  • @JoshMedeski
    @JoshMedeski Місяць тому +7

    I love making tmux plugins, I look forward to seeing what people come up with this knowledge!

    • @RazoBeckett.
      @RazoBeckett. Місяць тому +2

      hey, nice to see you here.

  • @Tony_Sol
    @Tony_Sol Місяць тому

    For me, the most helpful tmux plugin is tmux-current-pane-hostname (i forked one and improve same mistakes) - it shows your current user and host, but not only local, also your current ssh session.
    So, while you are in pane, which has ssh session, it shows remote host, user which you logged in and connection port. Super helpful especially with synchronize-pane - just jump into pane and see in statusline it ls

  • @jboulevart
    @jboulevart Місяць тому +1

    Man I just love your videos, they are always well detailed and explained. Real quick I have a nerd font installed on my terminal as well but my tmux icon does not look as good as yours, which one are you using?

    • @devopstoolbox
      @devopstoolbox  Місяць тому

      Thank you!! Can you say which icon specifically? I’m using cattpuccin and it does most of the settings for me when it comes to visuals around tmux (see the “tmux from scratch” video I made a few months ago).

    • @jboulevart
      @jboulevart Місяць тому

      @@devopstoolbox Yes I am talking about the terminal icon displayed before your session name if I am not mistaken. I am also using catppuccin, so I am curious to know.

    • @devopstoolbox
      @devopstoolbox  Місяць тому

      @@jboulevart this is surprising, I don't have any special config around it. What terminal are you using?

  • @willernst
    @willernst Місяць тому +1

    Here’s a like just for the pointer to `jqp`!

  • @stillWonderingWhyMe
    @stillWonderingWhyMe 9 днів тому

    So you are still on tmux? I thought you had switched to Zellij, did you not?

    • @devopstoolbox
      @devopstoolbox  9 днів тому

      for a while. I still use it sometimes. But back to tmux for the time being.