joshmedeski / sesh

Smart session manager for the terminal
MIT License
417 stars 17 forks source link

Error connecting to tmux session #62

Closed AgusDOLARD closed 5 months ago

AgusDOLARD commented 5 months ago

Repro

Command run

sesh connect $(sesh list -tz | fzf)

Error

2024/01/31 19:37:57 unable to connect to "~/projs/sesh": no tmux session found with name or path matching "~/projs/sesh"
stat /home/agus/~/projs/sesh: no such file or directory
TomDeneire commented 5 months ago

Can confirm this behaviour on my system after pulling the latest version of the repo

joshmedeski commented 5 months ago

@AgusDOLARD are you running v0.9.0 or off of main?

I have some work to do before releasing another version since #57 got merged.

AgusDOLARD commented 5 months ago

the latest release using the go install command

markfeinstein commented 5 months ago

@AgusDOLARD can you try it with the latest commit?

joshmedeski commented 5 months ago

As of right now I'm not going to guarantee the latest commit is always stable, I'm currently working through some directory related stuff right now.

When the latest version gets released I intend on fixing this issue, thanks for letting me know!

joshmedeski commented 5 months ago

Can you guys install the latest version of sesh and let us know if the same issue is still there?

go install github.com/joshmedeski/sesh@HEAD
AgusDOLARD commented 5 months ago

seems fixed (: