Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.26 KB

README.md

File metadata and controls

56 lines (43 loc) · 1.26 KB

Mionote

A PHP implementation of Evernote, for personal, for terminal user

Features

  1. Create note
  2. Find note
  3. Delete note

Screenshots

  1. mionote image

  2. Set editor image

Get Your Evernote TOKEN

Visit Evernote to get your TOKEN, if you accidentally missed this page, this is the url:

https://www.evernote.com/api/DeveloperToken.action

Install

Mionote requires some libraries, these libraries can be installed via composer. Just run these commands to install composer:

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/bin/composer
chmod +x /usr/bin/composer

Now you can install requirements via composer in project directory

composer install

You can set mionote as a system command:

ln -s mionote /usr/local/bin/mionote

Events

You can write some hook for create,find,delete note

Coming soom

Usage

Before you to explore this app, you need set you TOKEN and editor via two commands:

mionote user:token:set     # Set your evernote TOKEN
mionote user:editor:set    # Set your editor for create

Uninstall