You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ This command allows us to create a new note in Evernote. Geeknote has designed f
129
129
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!
130
130
131
131
### Synopsis
132
-
$ geeknote edit --note <title of note which to edit>
132
+
$ geeknote edit --note <title or GUID of note which to edit>
133
133
[--content <a new content or "WRITE">]
134
134
[--title <the new title>]
135
135
[--tags <new list of data>]
@@ -176,6 +176,9 @@ You can easily search notes in Evernote with Geeknote and get results in console
176
176
[--exact-entry]
177
177
[--content-search]
178
178
[--url-only]
179
+
[--with-tags]
180
+
[--with-notebook]
181
+
[--guid]
179
182
### Description
180
183
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.
181
184
For example:
@@ -215,6 +218,15 @@ That will show you the note "Shopping list 25.04.2012".
215
218
--url-only
216
219
: Show results as a list of URLs to the every note in Evernote's web-client.
217
220
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.
@@ -223,7 +235,7 @@ That will show you the note "Shopping list 25.04.2012".
223
235
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.
224
236
225
237
### Synopsis
226
-
$ geeknote show <text to search and show>
238
+
$ geeknote show <text or GUID to search and show>
227
239
That is really simple, so doesn't need any descriptions. Just some examples:
228
240
### Examples
229
241
$ geeknote show "Shop*"
@@ -249,7 +261,7 @@ As we mentioned before, *show* can use the results of previous search, so if you
249
261
You can remove notes with Geeknotes from Evernote.
250
262
251
263
### Synopsis
252
-
$ geeknote remove --notebook <note name>
264
+
$ geeknote remove --notebook <note name or GUID>
253
265
[--force]
254
266
### Options
255
267
@@ -266,7 +278,11 @@ You can remove notes with Geeknotes from Evernote.
266
278
## Notebooks: show the list of notebooks
267
279
Geeknote can display the list of all notebooks you have in Evernote.
268
280
### 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.
270
286
271
287
## Notebooks: create the notebook
272
288
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.
301
317
## Tags: show the list of tags
302
318
You can get the list of all tags you have in Evernote.
303
319
### 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.
305
325
306
326
## Tags: create a new tag
307
327
Usually tags are created with publishing new note. But if you need, you can create a new tag with Geeknote.
0 commit comments