joshmedeski / sesh

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

Configuration doesn't appear in list if using `~` as path #104

Closed StraightOuttaCrompton closed 1 month ago

StraightOuttaCrompton commented 1 month ago

What happened?

When using the following configuration

[[session]]
name = "Home 🏡"
path = "~"
startup_command = "lf"

The item does not display in the list.

Workaround for reference is to use the home path from the root dir (eg /Users/username on mac).

Version

1.1.0

Relevant log output

No response

Reviewed

Thanks for the cli man 🙏

StraightOuttaCrompton commented 1 month ago

I take it back. Seems to be working now 🤷

joshmedeski commented 1 month ago

I might have messed with it in a recent patch, glad it's working!