laughedelic / gtm

:stopwatch: git task/time manager
86 stars 10 forks source link

A command to jump to the directory of the current timer #55

Closed laughedelic closed 11 years ago

laughedelic commented 11 years ago

Not possible, because a script cannot change directory of a parent shell. The closest solution is just to output path and do like this:

cd `gtm jump`

which is not that bad. May be the command should be called where or pwd..