A simple command-line application for generating a Github-Flavoured-Markdown image link for a file in your repository.
For example, if we want to link to gimli.png
and link.jpg
in this repository's res/
directory, we could do so as follows:
```bash
ghimlink ./res/gimli.png
Enter alt text: Gimli
ghimlink ./res/link.jpg
Enter alt text: Link
```
Giving us:
Ghimlink will handle retreiving your Github remote data automatically (as long as you have a valid origin
remote on Github).
``` ghimlink 0.1.0 Paul Cowie paul.cowie@ntlworld.com Generates a Github-Flavoured-Markdown formatted image link to an image in the same repository.
USAGE:
ghimlink [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-a, --alt_text
ARGS:
With Cargo:
bash
cargo install ghimlink
origin
.