theredditbandit / pman

A CLI project manager
Other
36 stars 3 forks source link

Is there a command to CD into the indexed project or via interactive mode? #52

Closed lavantien closed 2 months ago

lavantien commented 2 months ago

If it's currently not supported, is it out of scope for pman's features? And any plan for adding this use case?

theredditbandit commented 2 months ago

I'm actually working on adding a cd command right now, it is fully in scope of pman's features and should be added within this week

theredditbandit commented 2 months ago

After much consideration I have decide not to add the cd functionality to pman as this is better left to tools like zoxide and zsh z as they do this much better than I can implement it in pman.