md

cat markdown files with syntax highlighting
git clone https://noulin.net/git/md.git
Log | Files | Refs | README | LICENSE

commit 614068ea750150b509d04ca0768713bfefeea72f
parent 8373b544bf0cc6158c5a4180c12dc59f7eee3e01
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 30 Sep 2017 10:26:32 +0200

fix spm package config

package.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Diffstat:
Mpackage.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.yml b/package.yml @@ -1,7 +1,8 @@ --- name: md - version: 0.0.1 + version: 0.0.2 description: cat markdown files with syntax highlighting + bin: ./md.c repository: type: git url: git+https://github.com/RemyNoulin/md.git