Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 476 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 476 Bytes

GitJournal Simplenote Exporter

This is an application for import notes from Simplenote to GitJournal. Deleted notes are exported as commited and then removed.

Usage

Install go 1.16

git clone /~https://github.com/isae/gitjournal-simplenote-exporter && cd gitjournal-simplenote-exporter
go run main.go -input <path-to-zip-downloaded-from-simplenote> -output <path-to-git-repo>

Also, see go run main.go --help