jrmoulton / tmux-sessionizer

Tmux Sessionizer: A tool for opening git repositories as tmux sessions
MIT License
463 stars 35 forks source link

Expand env vars and tilde for search_dirs #73

Closed pperanich closed 9 months ago

pperanich commented 9 months ago

Adds expansion of tilde and environment variables for search_dirs.

jrmoulton commented 9 months ago

It is a bit strange that we get a pathbuf from serde after deserialization and then have to turn it into a string to process and then do more processing. I tried implementing this a different way but it was super ugly. So this works.

Thanks!