@notatemd/cli 4.3.0 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -19
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ Command-line interface for [Notate](https://notate.md). A pure REST client for
|
|
|
4
4
|
the Notate API: quick capture, scripting, automation, and AI queries from the
|
|
5
5
|
terminal, no web or desktop app required. Installs the `notate` command.
|
|
6
6
|
|
|
7
|
+
Full documentation also available [here](https://notate.md/docs/cli/install)
|
|
8
|
+
|
|
7
9
|
- [Install](#install)
|
|
8
10
|
- [Getting started](#getting-started)
|
|
9
11
|
- [Concepts](#concepts)
|
|
@@ -16,7 +18,6 @@ terminal, no web or desktop app required. Installs the `notate` command.
|
|
|
16
18
|
- [AI](#ai)
|
|
17
19
|
- [Transcribe](#transcribe)
|
|
18
20
|
- [Stats](#stats)
|
|
19
|
-
- [Config](#config)
|
|
20
21
|
- [Completion](#completion)
|
|
21
22
|
- [End-to-end encryption](#end-to-end-encryption)
|
|
22
23
|
- [Scripting](#scripting)
|
|
@@ -39,8 +40,7 @@ npx @notatemd/cli --help
|
|
|
39
40
|
|
|
40
41
|
## Getting started
|
|
41
42
|
|
|
42
|
-
|
|
43
|
-
in with your Notate account, then start capturing:
|
|
43
|
+
Log in with your Notate account, then start capturing:
|
|
44
44
|
|
|
45
45
|
```bash
|
|
46
46
|
notate login # authenticate (prompts for password)
|
|
@@ -200,22 +200,6 @@ defaults to `memo`.
|
|
|
200
200
|
notate stats [--workspace <name|id>] [--json]
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
### Config
|
|
204
|
-
|
|
205
|
-
```bash
|
|
206
|
-
notate config set <key> <value>
|
|
207
|
-
notate config get <key>
|
|
208
|
-
notate config list
|
|
209
|
-
notate config reset
|
|
210
|
-
```
|
|
211
|
-
|
|
212
|
-
Keys: `server`, `workspace`, `defaultMode`, `defaultSort`, `pageSize`. For
|
|
213
|
-
example, point the CLI at a local dev server:
|
|
214
|
-
|
|
215
|
-
```bash
|
|
216
|
-
notate config set server http://localhost:3004
|
|
217
|
-
```
|
|
218
|
-
|
|
219
203
|
### Completion
|
|
220
204
|
|
|
221
205
|
```bash
|