Login to Evernote or Sandbox just for testing

Try it out

A Tiny Geeknote Browser Shell

You can try Geeknote in web-terminal. Authorize with your real Evernote account or Sandbox to test Geeknote.

Please authorize.

Sorry, your browser doesn't support Web Sokets

Examples

go back

Find note

$ geeknote find --search|-s <text to find>
               [--tags|-tg <list of tags that notes should have>]
               [--notebooks|-nb <list on notebooks where to make search >]
               [--date|-d <data ro data range>]
               [--count|-cn <how many results to show>]
               [--exact-entry|-ee]
               [--content-search|-cs]
               [--with-url|-wu]
go back

Show note

$ geeknote show <text to search and show>
go back

Create note

$ geeknote create --title|-t <title>
                  --content_c <content>
                 [--tags|-tg <list of tags>]
                 [--notebook|-nb <notebook where to save>]
go back

Edit note

$ geeknote edit --note|-n <title of note which to edit>
               [--content|-c <a new content or "WRITE">]
               [--title|-t <the new title>]
               [--tags|-tg <new list of data>]
               [--notebook|-nb <new notebook>]
go back

Remove note

$ geeknote remove --notebook <note name>
                 [--force|-f]
go back

List of notebooks

$ geeknote notebook-list
go back

Create notebook

$ geeknote notebook-create --title <notebook title>
go back

Edit notebook

$ geeknote notebook-edit --notebook|-nb <old name>
                         --title|-t <new name>
go back

List of tags

$ geeknote tag-list
go back

Createtags

$ geeknote tag-create --title|-t <tag name to create>
go back

Edit tags

$ geeknote tag-edit --tagname|-tgn <old name>
                    --title|-t <new name>

Related Link