pimutils / pimutils/vdirsyncer
Suggestion: add -y flag
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 185
- Avg merge
- 11h 49m
- Merged PRs (30d)
- 1
Description
I'm trying to automate the use of vdirsyncer for backing up from sogo (mailcow). For automation it would be cool if it didn't ask if it should create a folder if i just pass a flag like -y and instead just do it automatically.
Sidenote: How can I use it as a library in my own python stuff? The code doesn't make this clear for me sadly.
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
Start by tracing the CLI path that asks whether a folder should be created and inspect how command-line flags are defined. Confirm how vdirsyncer currently handles folder creation, then define the -y behavior so automated runs proceed without the prompt. The library-usage question is separate and may require its own documentation issue.
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