github joshmedeski/sesh v0.14.0

latest releases: v2.3.1, v2.3.0, v2.2.0...
6 months ago
  • Sessions now support spaces in the path names or session names
  • Make sure to update your fzf script to wrap the connect argument in quotes
bind-key "T" run-shell "sesh connect \"$(
	sesh list -tz | fzf-tmux -p 55%,60% \
		--no-sort --border-label ' sesh ' --prompt '' \
		--header '  ^a all ^t tmux ^x zoxide ^f find' \
		--bind 'tab:down,btab:up' \
		--bind 'ctrl-a:change-prompt(⚡  )+reload(sesh list)' \
		--bind 'ctrl-t:change-prompt(🪟  )+reload(sesh list -t)' \
		--bind 'ctrl-x:change-prompt(📁  )+reload(sesh list -z)' \
		--bind 'ctrl-f:change-prompt(🔎  )+reload(fd -H -d 2 -t d -E .Trash . ~)'
)\""

The important parts are \"$(" before the sesh list and )\"" after.

Changelog

Don't miss a new sesh release

NewReleases is sending notifications on new releases.