Skip to content

A PHP implementation of Evernote, base terminal, for personal

Notifications You must be signed in to change notification settings

infinitete/mionote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A PHP implementation of Evernote, base terminal, for personal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages