Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 74651da

Browse files
committed
Update README about addition of the option to show GUID
1 parent b405932 commit 74651da

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

README.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ This command allows us to create a new note in Evernote. Geeknote has designed f
129129
With Geeknote you can edit your notes in Evernote using any editor you like. It could be nano, vi, vim etc ... You can edit notes right in console!
130130

131131
### Synopsis
132-
$ geeknote edit --note <title of note which to edit>
132+
$ geeknote edit --note <title or GUID of note which to edit>
133133
[--content <a new content or "WRITE">]
134134
[--title <the new title>]
135135
[--tags <new list of data>]
@@ -176,6 +176,9 @@ You can easily search notes in Evernote with Geeknote and get results in console
176176
[--exact-entry]
177177
[--content-search]
178178
[--url-only]
179+
[--with-tags]
180+
[--with-notebook]
181+
[--guid]
179182
### Description
180183
With **find** you can make a search through your Evernote. It has an usefull options that allow you to make search more detail. Important notice, that Geeknote remembers the result of the last search. So, you can use the number of the note's position to make some actions that Geeknote can.
181184
For example:
@@ -215,6 +218,15 @@ That will show you the note "Shopping list 25.04.2012".
215218
--url-only
216219
: Show results as a list of URLs to the every note in Evernote's web-client.
217220

221+
--with-tags
222+
: Show tags of the note after note title.
223+
224+
--with-notebook
225+
: Show notebook which contains the note after note title.
226+
227+
--guid
228+
: Show GUID of the note as substitute for result index.
229+
218230
### Examples
219231
$ geeknote find --search "How to patch KDE2" --notebooks "jokes" --date 25.03.2012-25.06.2012
220232
$ geeknote find --search "apt-get install apache nginx" --content-search --notebooks "manual"
@@ -223,7 +235,7 @@ That will show you the note "Shopping list 25.04.2012".
223235
You can output any note in console using command *show* - that is add-on for *find*. When you use *show* it make search previously, and if the count of results more then 1, Geeknote will ask you to make a choise.
224236

225237
### Synopsis
226-
$ geeknote show <text to search and show>
238+
$ geeknote show <text or GUID to search and show>
227239
That is really simple, so doesn't need any descriptions. Just some examples:
228240
### Examples
229241
$ geeknote show "Shop*"
@@ -249,7 +261,7 @@ As we mentioned before, *show* can use the results of previous search, so if you
249261
You can remove notes with Geeknotes from Evernote.
250262

251263
### Synopsis
252-
$ geeknote remove --notebook <note name>
264+
$ geeknote remove --notebook <note name or GUID>
253265
[--force]
254266
### Options
255267

@@ -266,7 +278,11 @@ You can remove notes with Geeknotes from Evernote.
266278
## Notebooks: show the list of notebooks
267279
Geeknote can display the list of all notebooks you have in Evernote.
268280
### Synopsis
269-
$ geeknote notebook-list
281+
$ geeknote notebook-list [--guid]
282+
283+
### Options
284+
--guid
285+
: Show GUID of the notebook as substitute for result index.
270286

271287
## Notebooks: create the notebook
272288
With Geeknote you can create notebooks in Evernote right in console!
@@ -301,7 +317,11 @@ With Geeknote it's possible to rename existing notebooks in Evernote.
301317
## Tags: show the list of tags
302318
You can get the list of all tags you have in Evernote.
303319
### Synopsis
304-
$ geeknote tag-list
320+
$ geeknote tag-list [--guid]
321+
322+
### Options
323+
--guid
324+
: Show GUID of the tag as substitute for result index.
305325

306326
## Tags: create a new tag
307327
Usually tags are created with publishing new note. But if you need, you can create a new tag with Geeknote.

0 commit comments

Comments
 (0)