Skip to content

Releases: joshmedeski/sesh

v2.4.0

27 Sep 01:06
Compare
Choose a tag to compare

To connect to the root session of a git worktree or repository from a nested session, use the --root flag with the sesh connect command.

I recommend adding this to your tmux.conf:

bind -N "switch to root session (via sesh) " 9 run-shell "sesh connect --root \'$(pwd)\'"

Note: This will only work if you are in a git worktree or git repository. For now, git worktrees expect a .bare folder.

What's Changed

Full Changelog: v2.3.3...v2.4.0

v2.3.3

22 Sep 03:05
Compare
Choose a tag to compare

Fix to goreleaser aur maintainer syntax

Full Changelog: v2.3.2...v2.3.3

v2.3.2

22 Sep 02:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

20 Sep 02:06
555884f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

20 Sep 01:47
7c05d27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

13 Sep 00:55
Compare
Choose a tag to compare

The default <prefix>+L command will "Switch the attached client back to the last session." However, if you close a session while detach-on-destroy off is set, the last session will not be found. To fix this, I have a sesh last command that will always switch the client to the second to last session that has been attached.

Add the following to your tmux.conf to overwrite the default last-session command:

bind -N "last-session (via sesh) " L run-shell "sesh-dev last"

WARNING: This is a brand new feature and is prone to have some slight changes in behavior. I'll be sure to post those changes here.

What's Changed

Full Changelog: v2.1.2...v2.2.0

v2.1.2

06 Sep 13:45
b60c9e5
Compare
Choose a tag to compare

Changelog

v2.1.1

06 Sep 12:54
Compare
Choose a tag to compare

The new hide-attached caused a bug. I removed it for now and will add it back later with additional testing.

v2.1.0

06 Sep 02:05
989ef47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.2

23 Aug 16:20
Compare
Choose a tag to compare

Don't output any messages when connecting, it causes fzf to pause between switch commands. (Closes #149)