joshmedeski / sesh

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

List by Root #130

Open joshmedeski opened 4 days ago

joshmedeski commented 4 days ago

What would you like sesh to do?

As a user, I want to list sessions filtered by the current sessions root, making it easy to switch between sessions within a git repository.

Example

sesh list --root (pwd)

This command returns values filtered by the current working directory's parent (ex: root of git repo).