-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
The feature request
Currently, the only way to edit your project settings is by running tmpo init at the beginning. However, after this has been done, you must manually edit your .tmporc file. This makes it difficult for the most general user to make changes, as it requires them to review documentation and determine which variables to modify.
Proposed solution
It would be nice to have a walk-through menu similar to how tmpo manual works that would allow users to edit their settings. It could start as a menu with options such as when you run tmpo delete --show-all-projects to pick the settings category, and then further in, it would let you change actual values.
If we implement changes like this, it would enable better settings management than what is currently possible, while still allowing people to manually tweak their tmporc file if they prefer to.
Additional context
No response