bearcli 1.0.0__tar.gz → 1.0.1__tar.gz
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.
- {bearcli-1.0.0 → bearcli-1.0.1}/PKG-INFO +1 -6
- {bearcli-1.0.0 → bearcli-1.0.1}/README.md +0 -5
- {bearcli-1.0.0 → bearcli-1.0.1}/pyproject.toml +1 -1
- {bearcli-1.0.0 → bearcli-1.0.1}/LICENSE +0 -0
- {bearcli-1.0.0 → bearcli-1.0.1}/src/bearcli/__init__.py +0 -0
- {bearcli-1.0.0 → bearcli-1.0.1}/src/bearcli/actions.py +0 -0
- {bearcli-1.0.0 → bearcli-1.0.1}/src/bearcli/cli.py +0 -0
- {bearcli-1.0.0 → bearcli-1.0.1}/src/bearcli/db.py +0 -0
- {bearcli-1.0.0 → bearcli-1.0.1}/src/bearcli/export.py +0 -0
- {bearcli-1.0.0 → bearcli-1.0.1}/src/bearcli/search.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bearcli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: The missing CLI for Bear notes — read, search, export, and manage your notes from the terminal
|
|
5
5
|
Keywords: bear,notes,cli,markdown,macos
|
|
6
6
|
Author: Michel Tricot
|
|
@@ -40,11 +40,6 @@ manage your notes from the terminal.
|
|
|
40
40
|
|
|
41
41
|
---
|
|
42
42
|
|
|
43
|
-
Bear stores your notes in a local SQLite database. bearcli reads it directly in
|
|
44
|
-
**read-only mode** — Bear doesn't even need to be running — and performs every
|
|
45
|
-
write through Bear's own x-callback-url API, verifying each change against the
|
|
46
|
-
database. Your notes are never touched behind Bear's back.
|
|
47
|
-
|
|
48
43
|
## Install
|
|
49
44
|
|
|
50
45
|
```sh
|
|
@@ -18,11 +18,6 @@ manage your notes from the terminal.
|
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
21
|
-
Bear stores your notes in a local SQLite database. bearcli reads it directly in
|
|
22
|
-
**read-only mode** — Bear doesn't even need to be running — and performs every
|
|
23
|
-
write through Bear's own x-callback-url API, verifying each change against the
|
|
24
|
-
database. Your notes are never touched behind Bear's back.
|
|
25
|
-
|
|
26
21
|
## Install
|
|
27
22
|
|
|
28
23
|
```sh
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|