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
- Host: GitHub
- URL: https://github.com/nissy/snipe
- Owner: nissy
- License: gpl-3.0
- Created: 2014-12-08T11:40:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T05:58:36.000Z (over 11 years ago)
- Last Synced: 2025-06-04T03:56:57.641Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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