note

Command to view the note of an entry.
New in v0.2.0
- Add the
--contentsoption to replace the current note with the provided text. - Add the
--file-contentsoption to replace the current note with the contents of a file.
Usage
bibman note [OPTIONS] NAME
Arguments
NAMEThe name of the entry to view the note of.
Options
--folderThe folder where the entry is located. If not provided, the program will search the whole library contents and show the first match.-
--contentsText to replace the current note with. -
--file-contentsPath to a file to replace the current note with. --locationThe location of the.bibman.tomlfile. If not provided, the program will search for it in the current directory and its parents.