-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Labels
component: JabKit [cli]good first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Description
Current output:
$ jbang jabkit@jabref generate-citation-keys --help
2025-11-20 09:38:14 [main] org.jabref.logic.journals.JournalAbbreviationLoader.loadRepository()
INFO: Loaded journal abbreviations from C:\Users\koppor\AppData\Local\Temp\jabref-journal7071332944653563471\journal-list.mv
Usage: jabkit generate-citation-keys [-dhp] --input=<inputFile>
[--output=<outputFile>]
Generate citation keys for entries in a .bib file.
-d, --debug Enable debug output
-h, --help display this help message
--input=<inputFile> Input BibTeX file
--output=<outputFile> The output .bib file.
-p, --porcelain Enable script-friendly output
Task:
- Change
Input BibTeX filetoInput .bib file - Change
The output .bib filetoOutput .bib file(without dot at the end) - Change
display this help messagetoDisplay this help message
This is a nice opportunity to learn about Ctrl+Shift+F in IntelliJ.
Metadata
Metadata
Assignees
Labels
component: JabKit [cli]good first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Type
Projects
Status
In Progress