Add commandline option for ignoring duplicates #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, already existing repetitions are being checked and added at a slightly later date.
This makes it impossible to do the same migration from the same input to output files multiple times without getting a lot of duplicates.
On the other hand, since in nomie multiple activities at one point in time are possible, this would inevitably lead to skipping a couple of events from the import.
By letting the user decide whether to double up on existing habits or not, both options become possible.