geeknote
geeknote copied to clipboard
Console client for Evernote.
> python --version > Python 3.4.2 > > python setup.py install > running install > running bdist_egg > running egg_info > writing geeknote.egg-info\PKG-INFO > Traceback (most recent call last): >...
Using ActiveState Python 2.7.9. on Windows 7 with all current updates. Stripped successful tests from results. File attach fails: Try pasting: warning: no files found matching 'README.MD' -- **README.md exists**...
This commit introduces Homebrew formula which you can install via `brew install --HEAD https://raw.githubusercontent.com/VitaliyRodnenko/geeknote/master/geeknote.rb`.
Hi, when ever I am writing following line in my note and saving: it is throwing error Error seen on console: Error while saving the note. Error seen in ~/.geeknote/error.log:...
Currently, there is a 20-note limit for search results, after which a '--More--' prompt appears (if a --count greater than 20 has been used, and of course of there are...
Keeping everything else the same if I run after successful find ``` geeknote settings --editor vim ``` then run ``` geeknote edit 1 --content "WRITE" ``` It opens in vim,...
Using the latest snapshot from GitHub (cloned as of this morning). If I have two-factor auth _enabled_, and I do a "geeknote login" to create an auth token, geeknote prompts...
``` # geeknote show notename -w Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/geeknote-0.2a-py2.7.egg/geeknote/geeknote.py", line 902, in main Notes().show(**ARGS) File "/usr/lib/python2.7/site-packages/geeknote-0.2a-py2.7.egg/geeknote/geeknote.py", line 695, in show out.showNoteRaw(note) File "/usr/lib/python2.7/site-packages/geeknote-0.2a-py2.7.egg/geeknote/out.py", line 37, in...
for detail explain see #315