An open API service indexing awesome lists of open source software.

https://github.com/nissy/snipe

Evernote command line snippet tool
https://github.com/nissy/snipe

Last synced: 10 months ago
JSON representation

Evernote command line snippet tool

Awesome Lists containing this project

README

          

snipe
=======
snipe is snippet command-line tool in cooperation with evernote.

Install
-----
$ sudo pip install snipe

Install mac osx
-----
$ brew install ngc224/snipe/snipe

Setup
-----
Setup user config

$ snipe --config
Get Evernote DeveloperToken URL --> https://www.evernote.com/api/DeveloperToken.action
DeveloperToken:
Set search tag / Default is 'snipe'
Search tag:
Set search max limit / Default is 50
Search limit:

Usage
-----
View the note list

$ snipe
search --> tag:'' limit:
No 1 :
No 2 :
No 3 :
...

Enter a Number to output a note content

$ snipe 2

...

Help
-----
usage: snipe [-h] [--config] [-v] [number]

positional arguments:
number number of snippet

optional arguments:
-h, --help show this help message and exit
--config set user config
-v, --version show program's version number and exit