Skip to content

lyneca/mdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

mdn

A script to manage markdown notes!

Installing

Arch Linux

mdn is available on the AUR.

Manual

Copy or clone this, then put or link mdn to somewhere in your $PATH.

Usage

Add a new note called my_note:

$ mdn [my_note]

Delete my_note:

$ mdn del my_note

List all notes:

$ mdn list

Convert a note to PDF (requires pandoc):

$ mdn pdf my_note

Note: this requires you to set $MDN_CSS_FILE to the path to a CSS file that controls the style of the document.

ZSH Completions

...are available here.