Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 763 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 763 Bytes

Universal Note Converter

unc is a command line tool to convert between various note formats. It currently supports the following, fairly arbitrary list of formats:

  • Evernote (Export only)
  • Markdown (Export only)
  • Paper (Import only)
  • Vesper (Import only)

Go Maintainability

Installation

go get github.com/cbguder/unc

Usage

unc -f <source format> -t <destination format> -i <input path> -o <output path>