Skip to content
/ picdoc Public

A command line tool to generate markdown doc by extracting metadata from image files.

License

Notifications You must be signed in to change notification settings

kflu/picdoc

Repository files navigation

A command line tool to generate markdown doc by extracting metadata from image files.

Install

Download from Github Release (portable executable).

Or with Nuget:

PM> Install-Package picdoc

Usage

$ picdoc --help

USAGE: picdoc.exe [--help] [--filepattern <pattern>] [--linkprefix <prefix>] <path>

INPUTDIR:

    <path>                input directory

OPTIONS:

    --filepattern, -p <pattern>
                        pattern of files to be included
    --linkprefix, -l <prefix>
                        string to prefix the link to the images
    --help                display this list of options.

About

A command line tool to generate markdown doc by extracting metadata from image files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published