show
New in v0.3.4
--filter-entry-typesis now working as expected.

Command to show the contents of some or all entries in the library.
Usage
bibman show [OPTIONS]
Options
--filter-titleFilter the entries by title. The filter is case-insensitive and can be a substring of the title.--filter-entry-typesFilter the entries by type. Multiple types can be provided by calling the option multiple times.--output-formatThe format to output the results. You can use the fields: path, title, author, year, month, entry_name, entry_type. Default is"{path}: {title}".--simple-output/--no-simple-outputOverrides the--output-formatoption and sets it to"{path}". Default is--no-simple-output.--interactive/--no-interactiveInteractively show the entries using fzf. Default is--no-interactive.--fzf-default-optsThe options to pass to fzf. Default is["-m", "--preview='cat {}'", "--preview-window=wrap"].--locationThe location of the.bibman.tomlfile. If not provided, the program will search for it in the current directory and its parents.