It would be nice to set some default options for rnr, like --backup, --force, --hidden, --recursive, --include-dirs, or --silent.
I would like a configuration file (e.g. ~/.config/rnr.toml) to set these options in.
This would require a few things:
- Reading options from a configuration file as well as the command-line
- Making sure that command-line options override the configuration file options
- Adding negation options for some command-line options, so that (e.g.) if
--silent is set in the configuration file, an option named something like --loud or --verbose can undo that setting at invocation-time
This is mostly a tracking issue, thanks again for rnr, it's super useful!
It would be nice to set some default options for
rnr, like--backup,--force,--hidden,--recursive,--include-dirs, or--silent.I would like a configuration file (e.g.
~/.config/rnr.toml) to set these options in.This would require a few things:
--silentis set in the configuration file, an option named something like--loudor--verbosecan undo that setting at invocation-timeThis is mostly a tracking issue, thanks again for
rnr, it's super useful!