Skip to content

Add configuration file #44

@9999years

Description

@9999years

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaIdea that could be implemented in the future

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions