pimutils / pimutils/vdirsyncer
Add config setting to skip sync pairs
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 185
- Avg merge
- 11h 49m
- Merged PRs (30d)
- 1
Description
I would like to have a setting "skip" (boolean) in the pair definition.
Semantics: if "skip" is true, do not process this pair by default. To process this pair, it must be explicitly designated on the command line.
Rationale: I have several servers and vdirs that I sync. I would like to have all the settings in a single config file, but I want some servers/vdirs to not sync unless I explicitly ask to.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests; start by tracing how pair definitions are loaded and how command-line-selected pairs are processed. Done means a boolean skip setting prevents a pair from running by default while an explicit command-line selection still processes it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100