Smart tmux sessions with sesh

Поділитися
Вставка
  • Опубліковано 27 вер 2024

КОМЕНТАРІ • 43

  • @JoshMedeski
    @JoshMedeski  4 місяці тому +2

    All the code samples and links are in the companion blog post on my website ✍
    www.joshmedeski.com/posts/smart-tmux-sessions-with-sesh/

  • @a1mer06
    @a1mer06 4 місяці тому +1

    I've been using Sesh since the original video and rediscovered it about a week ago :) Thank you for this, helps my tmux workflow a lot

  • @LordHog
    @LordHog 4 місяці тому +3

    I am no tmux power user, more of a beginner, who uses tmux to keep a session alive especially for long running tests. With that I have no clue to what is going on.
    I know you kind of gone through some of it, but perhaps a longer tutorial on how use this with a slower pace. Thanks for all the hard work

  • @nicolasperlick5430
    @nicolasperlick5430 4 місяці тому

    Sesh is incredible - it makes me so much more productive! I've been looking forward to this video for a while. Great job 🎉

  • @stevedylandev
    @stevedylandev 4 місяці тому +1

    Been awesome watching sesh grow and can’t wait to try out some of these new features!! Great job as always Josh 🔥🫡

  • @MilesMoran
    @MilesMoran 4 місяці тому +1

    I've heard about sesh and have seen bits of it in your livestreams and dotfiles, but excited to watch a vid that breaks it down. Thanks

  • @cody_codes_youtube
    @cody_codes_youtube 4 місяці тому +2

    Such a good thumbnail!! Good video too my friend.

  • @RazoBeckett.
    @RazoBeckett. 4 місяці тому +1

    You really made my job easy so far enjoying using sesh, thanks man

  • @siva710
    @siva710 2 місяці тому +1

    @JoshMedeski, waiting eagerly for sesh V2..!!

    • @JoshMedeski
      @JoshMedeski  2 місяці тому

      @@siva710 almost there! Hopefully easily August. Haven’t landed on a launch date yet.

  • @mvargasmoran
    @mvargasmoran 4 місяці тому +1

    Gonna check it out NOW!

  • @moosematrix
    @moosematrix 2 місяці тому

    Value received! Thank you Josh!

  • @georcecostanza
    @georcecostanza 4 місяці тому +1

    Great video Josh!

  • @kirk1240
    @kirk1240 2 місяці тому

    Used your original plugin and have been using sesh for the past month, honestly couldn't imagine not having it because the workflow is just so simple and unobtrusive

    • @JoshMedeski
      @JoshMedeski  2 місяці тому

      @@kirk1240 glad you like it!

  • @morpheus4564
    @morpheus4564 4 місяці тому +1

    Amazing tool - thx
    - just get it up & running :)

  • @adriansrfr
    @adriansrfr 3 місяці тому +1

    Very cool, I like it!

  • @gravityshark580
    @gravityshark580 4 місяці тому +1

    love this application, this video really showed me more than what i first used sesh (t) for and very much liked the new possibilities you have shown me

  • @devopstoolbox
    @devopstoolbox 4 місяці тому +2

    Love it Josh! Great thumbnail too!
    Question - I was contemplating myself whether I want to use Go and enjoy a "real" language, but the thing is - that would mean cross compiling and releasing to package managers. I know go-releaser does all the heavy lifting, but for a tmux plugin this felt a little over-the-top, and maybe intimidating to new users...
    I'm also always worried when there's no good wrapper around system tools which means I'd have to shoot sub-shell calls, in this case with tmux commands, do you feel this changes anything?
    Thanks!

    • @JoshMedeski
      @JoshMedeski  4 місяці тому +2

      I have other tmux plugins that I've authored, and I think it depends on the complexity of the features. This is doing a lot more than interacting with just tmux (zoxide and the new toml config described in the video), and there are plans to add more features. So GoLang proved to be a much better choice. But for my other plugins a couple lines of bash and the tpm workflow are more than enough.

  • @adibhanna
    @adibhanna 4 місяці тому +1

    great video!

  • @ericgarza283
    @ericgarza283 4 місяці тому

    This is really good, though for me, the primeagen's tmux script works just fine.

  • @Reducer
    @Reducer 4 місяці тому +2

    I’ve used sesh for about a month now and I’m really still only doing very basic stuff, so this was very inspiring! In fish I already had ctrl-gg to use ghq to list all my git repos and cd to them using fzf, but maybe I can extend that to start a new tmux session instead of just cd.

    • @JoshMedeski
      @JoshMedeski  4 місяці тому +1

      Thanks! I recommend getting used to using sesh to open your git repos, I don’t cd very much with this workflow 😃

    • @Reducer
      @Reducer 4 місяці тому

      @@JoshMedeski Yeah, I don't actually manually cd, fzf changes directory for me, but under the hood it's cd so zoxide gets trained on it. And gum definitely looks useful, I'll have to play around with that.

  • @sunilunnithan
    @sunilunnithan 4 місяці тому

    Great video! Where do I find all the aliases in your dotfiles, like zad or other useful ones?

    • @JoshMedeski
      @JoshMedeski  4 місяці тому

      github.com/joshmedeski/dotfiles

  • @florian6385
    @florian6385 2 місяці тому

    Is there a way with sesh to configure multiple sessions with the same startup_script ? with a regex in the path ?
    For example :
    [[session]]
    path = "~/Dev/Work/npm/*"
    startup_script = "~/Dev/Work/npm/tmux_startup_script.sh"
    [[session]]
    path = "~/Dev/Work/projects/*"
    startup_script = "~/Dev/Work/projects/tmux_startup_script.sh"
    [[session]]
    path = "~/Dev/Perso/*"
    startup_script = "~/Dev/Perso/tmux_startup_script.sh"

  • @patuitar1117
    @patuitar1117 4 місяці тому

    What is that File picker at 6:21 and 5:01?

  • @laughingvampire7555
    @laughingvampire7555 4 місяці тому

    tmux just adds overhead, specially in macos, in linux runs a lot better but still, I can feel the shell sluggish, this is why I prefer emacs + linux

    • @JoshMedeski
      @JoshMedeski  4 місяці тому

      Curious to learn how you switch projects in emacs. I used Spacemacs for years but never had an efficient workflow for that

  • @lebaptoumetrage6396
    @lebaptoumetrage6396 4 місяці тому

    what do you think about tmux sessionizer?

    • @JoshMedeski
      @JoshMedeski  4 місяці тому +1

      I like the project, but it’s too simple for my needs.

  • @TheCorruptedHuman
    @TheCorruptedHuman 24 дні тому

    You lost me when you said "go"

  • @RobertGottlieb
    @RobertGottlieb 4 місяці тому

    For those mac users wanting the command keys to work on kitty, try something like the following: map cmd+t send_text all \x02c. the \x02 (small X, not sure why we can't have lowercase anymore) is the ctrl-b prefix, in this case c after it is creating a new window or tab if you prefer to call it that. So CMD+T now creates a new window/Tab in tmux

    • @GordonChil
      @GordonChil 2 місяці тому

      Wow. I have not tried any new terminal software for quite a while. I never got into tmux, but have had coworkers who do. Needless to say, I have no idea what is being said here. I have no idea what sort of workflows sesh, or any other tmux plugins, enable.

  • @KuzyoYaroslav
    @KuzyoYaroslav 4 місяці тому +1

    Enjoying sesh for 2 months. Nice work

  • @jesseleite
    @jesseleite 4 місяці тому

    You are a beast 🔥

  • @micaelviana
    @micaelviana 4 місяці тому

    what's the name of the show in the beginning? Evangelion vibes