Skip to content
/ ensync Public

Put a local file into a note in specified Evernote notebook or vice versa.

License

Notifications You must be signed in to change notification settings

tommyxu/ensync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ensync

Put a local file into a note in specified Evernote notebook or vice versa.

Requirement

Evernote Developer Token (https://dev.evernote.com/doc/articles/dev_tokens.php). Any evernote user can apply for his own token. (https://www.evernote.com/api/DeveloperToken.action)

Python 2.6 or 2.7 (official evernote-api only supports Python 2)

Dependencies

  • easysettings
  • evernote

You can install via pip:

pip install easysettings evernote

Usage

Make alias or put into PATH environment:

alias ensync="~/projects/remote.ensync/ensync"

Sample

  • put this file into configured notebook.
  ensync put README.txt
  • list all files
  ensync list

About

Put a local file into a note in specified Evernote notebook or vice versa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages