Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
/ LocalEvernote Public archive
forked from littlecodersh/LocalNote

Sync and Use Evernote Locally.为印象笔记增加本地化的使用方式

License

Notifications You must be signed in to change notification settings

lwabish/LocalEvernote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalEvernote

简介

本项目基于LocalNote,方便用户以本地文件的形式使用evernote/印象笔记,比如使用任意编辑器编辑markdown、使用私有云备份笔记等。 由于原项目已很长时间没有维护过,有些功能不能正常使用,所以新开此项目。由于印象笔记/Evernote是分开的两个版本,无法互通,精力有限,目前只支持印象笔记

安装

# 从pypi安装
pip2 install -U localevernote
# 从github源码安装
pip2 install -U git+https://github.com/luabish/LocalEvernote.git@master

确定同步目录

请确定一个目录作为同步evernote的根目录,后续命令请在该目录执行。注意,该目录必须为空

登录

len init

设置同步笔记本

如果想要对所有笔记本进行同步,则可以跳过这一步。否则请按照下面的命令设置需要同步的笔记本。 len notebook

查看变更

len status

同步

# 从远程拉取变更到本地
len pull
# 将本地变更推送到远程
len push

命令帮助

len help

TODO

  • 本地删除文件,pull后会拉回来;

About

Sync and Use Evernote Locally.为印象笔记增加本地化的使用方式

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%