Skip to content

check

GIF

Command to check the validity of an identifier or the library contents.

Usage

bibman check [OPTIONS] COMMAND [ARGS]...

Commands

identifier

Usage

bibman check identifier [OPTIONS] IDENTIFIER

Arguments

  • IDENTIFIER The identifier of the entry to add. Can be a URL of an article, DOI, PMCID or PMID.

Options

  • --timeout The maximum time to wait for the request to complete. Default is 5 seconds.

library

New in v0.3.2
  • The command ignores the .git and .github folders.
  • the command ignores any .gitignore files.

Usage

bibman check library [OPTIONS]

Options

  • --fix/--ignore Attempt to fix any issues found. Mainly removing files that are not managed by bibman. Default is --ignore.
  • --location The location of the .bibman.toml file. If not provided, the program will search for it in the current directory and its parents.