There are some things that are required in every change which do not change, such as name, full name and email.
A command something like pijul config could be used to set these values globally/locally to the repo. Later, when doing a record, these values could be parsed from the configurations to auto fill the values. The configuration format could be in TOML
This removes some typos, errors which can occur while finalizing a change
Thanks. Are there any more keys/values. So, I tried to put the author details in pijul/.config/config that didn’t seem to have any effect. Although the ~/. config/pijul/config.toml did seem to do the job. It would be nice if we could add support to change it per repository based
Pijul will first use the dirs-next crate, and if that fails, a bunch of default paths. I’m totally open to changing this way of doing things, but it may be more productive to firstdiscuss this with the authors of dirs-next, what do yous think?
dirs-next says it should put you in ~/Library/Application Support/pijul - which is a bit of a mouthful, but will I suppose avoid cluttering the home directory.