Added
- Add `KEY_EDITOR` and `KEY_BOOKTITLE` keywords to constants
- Add `clean_bib_file.get_duplicate_entries` function that returns duplicate
entries based on their similar titles, authors, and other information
- Add `clean_bib_file.remove_duplicate_entries` function that removes duplicate
entries based on the content (similar titles, authors, ...). Additionally,
this function is applied to all main functions after loading the bib files.
- Add new `--force` option for the CLI commands, which skip the interactive
prompt for removing duplicate citations.
Changed
- Rename the `clean_bib_file.get_duplicates` function to
`clean_bib_file.get_duplicate_ids`.
- Rename the `clean_bib_file.replace_duplicates` function to
`clean_bib_file.replace_duplicate_ids`.
- Move `modernize_bib_file.getnames()` to `util.getnames()`