Add commandline option for ignoring duplicates #4
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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.