Hey Jannis / Tuure,
I had an idea for a little quality-of-life feature I wanted to run by you. Details up for discussion but the basic idea would be to add a --config option or similar to viv. Eg:-
It would look for existing configs and if found open it in your default editor. If not, create it for you, and maybe prefill out some default options. Similar to the way you edit your git config, ie:-
git config --global --edit
Rationale here is I forget things and it is a little intimidating to tell users to go hand craft a json file from scratch and put it in a valid location and currently there is no feedback if you do it wrong. With a feature like this, we could tell users to just run viv --config and change setting xxx to true or whatever.
This is something I would work on and submit as a PR. What do you guys think?
Hey Jannis / Tuure,
I had an idea for a little quality-of-life feature I wanted to run by you. Details up for discussion but the basic idea would be to add a --config option or similar to viv. Eg:-
It would look for existing configs and if found open it in your default editor. If not, create it for you, and maybe prefill out some default options. Similar to the way you edit your git config, ie:-
Rationale here is I forget things and it is a little intimidating to tell users to go hand craft a json file from scratch and put it in a valid location and currently there is no feedback if you do it wrong. With a feature like this, we could tell users to just run
viv --configand change setting xxx to true or whatever.This is something I would work on and submit as a PR. What do you guys think?