joshmedeski / sesh

Smart session manager for the terminal
MIT License
409 stars 16 forks source link

Trailing slash in path session config breaks startup_script/command #109

Closed rtalexk closed 1 month ago

rtalexk commented 1 month ago

What happened?

When the path key in the sesh.toml config file, for a given session, contains a slash (/) at the end, the startup command/script does not get executed.

https://github.com/joshmedeski/sesh/assets/16341644/3ac9eb27-f0ef-4b13-9e4a-681cab4cb3ba

Version

sesh version dev

Relevant log output

No response

Reviewed

joshmedeski commented 1 month ago

I released v.1.1.1 which supports trailing slashes. Thanks for reporting this!

https://github.com/joshmedeski/sesh/releases/tag/v1.1.1