add

Command to add new entries to the library.
Usage
bibman add [OPTIONS] IDENTIFIER
Arguments
IDENTIFIERThe identifier of the entry to add. Can be a URL of an article, DOI, PMCID or PMID.
Options
--timeoutThe maximum time to wait for the request to complete. Default is 5 seconds.--nameThe name of the entry to add. If not provided, the default provided by the source will be used.--folderThe folder to add the entry to. If not provided, the entry will be added to the root folder of the library.--noteA note to add to the entry. If not provided, the entry will have a note with the contents: "No notes for this entry."--yes/--noSkip the confirmation prompt and add the entry immediately. Default is--no.--show-entry/--no-show-entryShow the entry and prompt the user to add it or not to the library. Default is--show-entry.--locationThe location of the.bibman.tomlfile. If not provided, the program will search for it in the current directory and its parents.