Skip to content

Releases: joshmedeski/sesh

v0.15.0

04 Mar 23:28
5e998c7
Compare
Choose a tag to compare

Changelog

  • e003271 chore: update actions to support Node 20
  • 5e998c7 feat: use filepath matching to support wildcard matching for startup scripts (#81)

v0.14.0

01 Mar 03:05
a08a264
Compare
Choose a tag to compare
  • 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

v0.13.0

23 Feb 02:58
3a7d035
Compare
Choose a tag to compare

Changelog

  • 3a7d035 feat: add icons and json flags to list (#74)
  • be2badd fix: zoxide path variable name

v0.12.0

04 Feb 05:27
7e59d28
Compare
Choose a tag to compare

Changelog

  • 7e59d28 Revert "refactor: improve tmux command (#59)" (#66)
  • bf0db52 fix: github template format
  • 2c3cb46 fix: rename issues template directory

v0.11.0

04 Feb 04:47
Compare
Choose a tag to compare

I'm running into some growing pains with the project! Lots of people want to contribute but I need to make sure to balance bug fixes with refactors and ensure we aren't causing any regressions or losing features.

I added the determine logic back in this PR and I''m working to make sure more edge cases are working.

Please submit bugs with as much details as possible to help me get this project more stable. I'll be adding more testing have added a bug reporting template to help ease the process.

Thanks for all the feedback so far and those that have wanted to help make the code better! Excited to see this project grow in 2024.

Changelog

  • 7b283a7 fix: add determine logic back

v0.10.0

04 Feb 04:02
960bd75
Compare
Choose a tag to compare

Changelog

v0.9.0

26 Jan 16:07
a2d2af4
Compare
Choose a tag to compare

Changelog

v0.8.0

26 Jan 02:44
b6f0de4
Compare
Choose a tag to compare

Changelog

  • b6f0de4 feat: implement config and startup scripts (#22)

v0.7.2

25 Jan 15:34
Compare
Choose a tag to compare

Changelog

  • db29565 fix: use existing sessions path for adding to zoxide

v0.7.1

24 Jan 21:47
Compare
Choose a tag to compare

Changelog