pickle - Github markdown preview
Switch branches/tags
Nothing to show
Clone or download
Permalink
Failed to load latest commit information.
core fixed #4 not a better way but will improve it Oct 13, 2018
.gitignore added commit message and date of the commit Oct 1, 2018
.travis.yml adding travis Oct 3, 2018
LICENSE Initial commit Sep 24, 2018
Makefile
README.md adding travis Oct 3, 2018
TEST.md
iampickle.jpg updating readme Sep 28, 2018
main.go working on #4 Oct 6, 2018
picklescreenshot.png added commit message and date of the commit Oct 1, 2018

README.md

GoDoc GoReportCard license

pickle

Pickle is a tool to preview markdown syntax alike github, It use github api to generate an html file.

Usage

I set an enviroment variable PICKLETOKEN="abcd1234********************************" for a specifique file:

$ ./pickle -file test.md -token $PICKLETOKEN

for working directory:

$ ./pickle -token $PICKLETOKEN

And then open your browser on localhost:7069 OR [::1]:7069

Install

you will need > go 1.9

get the project go get -u github.com/hihebark/pickle

and then install go install or go build

Screenshot

screenshot