greyhoundforty
7/7/2016 - 2:53 PM

Function using geeknote to quickly capture data and send it to Evernote

Function using geeknote to quickly capture data and send it to Evernote

qn () {
	geeknote create --content "$2" --notebook Unsorted --title "$1"
}