惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
The Cloudflare Blog
G
Google Developers Blog
博客园_首页
Martin Fowler
Martin Fowler
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
D
Docker
C
Check Point Blog
T
Tailwind CSS Blog
博客园 - 司徒正美
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
Microsoft Security Blog
Microsoft Security Blog
V
V2EX
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 【当耐特】
GbyAI
GbyAI

夜行人

回家路上 第一期的直播演示项目 震动检测器 正能量 在线参观CodeLab Neverland 发布 CodeLab Adapter 3.3.1 DynamicTable 之 纸糊方向盘 CodeLab DynamicTable: 一个可实施的技术方案 CodeLab Insight 发布 Alpha 版 情人节 Home Assistant 周报 && IoT 周报 (02) Joplin: 关注隐私的 Evernote 开源替代软件 浏览器的未来与 Web 传感器 Home Assistant 周报 && IoT 周报 (01) 百宝箱(01) 论自由 介绍 WebThings Home Assistant 周报 && iot 周报 (00) 百宝箱(00) 毛姆读书心得 传世之作 周末徒步 CodeLab Adapter ❤️ Jupyter/Python 航班 躲雨 夏令营途中 [译]思想--作为一种技术 The future of coding 美国之行 三门问题的程序模拟
geeknote使用笔记
2014-06-05 · via 夜行人

###使用场景 经常需要ssh远程电脑,有时只有纯粹的命令行。

习惯把笔记放在印象笔记了。一些操作指令,以及技术笔记之类。

于是希望能在命令行下看印象笔记。

###geeknote

Geeknote is a command line client for Evernote that can be use on Linux, FreeBSD and OS X.

它是用python写的。Geeknote只能用evernote账号登陆,如果我们要用印象笔记的话,需要使用这个fork版本

他们除了允许使用的账号不同,其他没有区别。

以下我们安装的都是印象笔记版

####安装

1
2
3
4
5
git clone git://github.com/gmajian/geeknote.git
cd geeknote
sudo python setup.py install

##https://github.com/neilagabriel/vim-geeknote vim插件

####使用笔记

  • geeknote login:登陆
  • geeknote logout:登出
  • geeknote --help:帮助,列出可用的指令

###发挥它 同时可以把它当做一个共享区来用

####使用gnsync来同步文件

官方给的例子:

1
2
3
4
$ gnsync --path /home/project/xmpp/logs/
         --mask "*.logs"
         --logpath /home/user/logs/xmpp2evernote.log
         --notebook "XMPP logs"

文章作者 种瓜

上次更新 2014-06-05