sephii / taxi

Taxi is a CLI to time tracking backends
https://taxi-timesheets.readthedocs.io/
Do What The F*ck You Want To Public License
41 stars 15 forks source link

Command to reveal config file #117

Closed LeBenLeBen closed 5 years ago

LeBenLeBen commented 6 years ago

It’s often difficult to remember where the taxi config file is located. A command like taxi config which either reveal the file path or open it in the $EDITOR would be a good addition.

sephii commented 5 years ago

Fixed in https://github.com/liip/taxi/commit/d6c3c085337b6463bc91d696cc7036e62627e072. You can now run taxi in verbose mode to see the configuration file location. The procedure is detailed in the docs.