Skip to content

shalmanasar/mininote

 
 

Repository files navigation

Mininote

Mininote is a lightweight note taking app for Evernote that makes capturing thoughts and other arbitrary information easy and minimally distracting.

In Mininote, notes are single lines of text with inline hashtags; much like Tweets on Twitter.

Notes live in a mininote notebook in your Evernote account.

mininote

Commands

Login to your Evernote account:

mn login

Interact with notes:

# Add a new note
mn add "new note #tag"

# Search for notes
mn search "coffee"

# Edit notes in a text editor
# Save and exit the editor to sync your changes
mn edit "#tag" 

Configure Mininote:

# Set the text editor for note editing
mn set-editor "fullpath\wordpad.exe"

Read more about the search syntax here.

Installation

Download the source from Github, install Python 2.7.x and run:

python setup.py install

On Windows, you may need to add the C:\Python27\Scripts directory to your system path.

Contact

mininoteapp@gmail.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%