Options (4)
-o, --outputbooleanBuild an ID database and save it to a specific file
Example:
mkid {{[-o|--output]}} {{path/to/database.id}}-i, --includebooleanInclude only specific languages
Example:
mkid {{[-i|--include]}} "{{language1 language2 ...}}"-p, --prunebooleanExclude specific directories from indexing
Example:
mkid {{[-p|--prune]}} {{path/to/excluded_directory}}-s, --statisticsbooleanDisplay statistics after building the database
Example:
mkid {{[-s|--statistics]}}Examples (6)
Build an ID database for the current directory
Build an ID database for specific directories
mkid path/to/directory1 path/to/directory2 ...Build an ID database and save it to a specific file
mkid [-o|--output] path/to/database.idInclude only specific languages
mkid [-i|--include] "language1 language2 ..."Exclude specific directories from indexing
mkid [-p|--prune] path/to/excluded_directoryDisplay statistics after building the database
mkid [-s|--statistics]made by @shridhargupta | data from tldr-pages