Getting-Started with Evernote Command Line Client for Elementary OS
You are Welcome! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Geeknote the Evernote Command Line Client for Elementary OS 0.2-Luna/0.3-Freya/0.4-Loki/5.0-Juno/5.1-Hera i386/amd64 GNU+Linux.
Geeknote Features List:
- Creating Notes Directly on Command Line
- Editing Existing Notes with a Custom External Editor
- Syncing Local Textfiles to Evernote Notes
- Making New Noteboks on Command Line

-
Open a Command Line Session
Ctrl+Alt+t
(Press “Enter” to Execute Commands) -
Installing Git
First, Check if already there:which git
To install Git:
sudo apt-get install git
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
Downloading Geeknote
cd $HOME/Downloads
git clone git://github.com/VitaliyRodnenko/geeknote.git
-
Install Python 2 Setuptools for GNU/Linux
-
(Optional) Installing GCC
To Compile modules with the C Extension..sudo apt-get install gcc
-
Installing the Evernote Command Line Client
cd geeknote
sudo python setup.py install
For a simple Local Installation No “sudo” Needed!
-
How to Quick Start with Geeknote on Elementary OS Linux.