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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bearcli
3
- Version: 1.0.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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "bearcli"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  description = "The missing CLI for Bear notes — read, search, export, and manage your notes from the terminal"
5
5
  readme = "README.md"
6
6
  keywords = ["bear", "notes", "cli", "markdown", "macos"]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes