bearcli 1.2.0__tar.gz → 1.2.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.2.0 → bearcli-1.2.1}/PKG-INFO +11 -3
- {bearcli-1.2.0 → bearcli-1.2.1}/README.md +10 -2
- {bearcli-1.2.0 → bearcli-1.2.1}/pyproject.toml +1 -1
- {bearcli-1.2.0 → bearcli-1.2.1}/LICENSE +0 -0
- {bearcli-1.2.0 → bearcli-1.2.1}/src/bearcli/__init__.py +0 -0
- {bearcli-1.2.0 → bearcli-1.2.1}/src/bearcli/actions.py +0 -0
- {bearcli-1.2.0 → bearcli-1.2.1}/src/bearcli/cli.py +0 -0
- {bearcli-1.2.0 → bearcli-1.2.1}/src/bearcli/db.py +0 -0
- {bearcli-1.2.0 → bearcli-1.2.1}/src/bearcli/export.py +0 -0
- {bearcli-1.2.0 → bearcli-1.2.1}/src/bearcli/gitsync.py +0 -0
- {bearcli-1.2.0 → bearcli-1.2.1}/src/bearcli/markdown.py +0 -0
- {bearcli-1.2.0 → bearcli-1.2.1}/src/bearcli/search.py +0 -0
- {bearcli-1.2.0 → bearcli-1.2.1}/src/bearcli/secrets.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bearcli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.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
|
|
@@ -120,8 +120,16 @@ attachments — with a generated index, so GitHub renders the whole export as a
|
|
|
120
120
|
browsable tree.
|
|
121
121
|
|
|
122
122
|
Before anything is written, the notes are scanned for potential secrets
|
|
123
|
-
(token formats, key blocks, credential assignments);
|
|
124
|
-
with a list of the affected notes
|
|
123
|
+
(token formats, key blocks, credential assignments, high-entropy strings);
|
|
124
|
+
findings block the export with a list of the affected notes. Override with
|
|
125
|
+
`--allow-secrets` (export as-is) or `--redact-secrets` (replace each secret
|
|
126
|
+
with a `[redacted: <rule>]` placeholder — notes in Bear are untouched).
|
|
127
|
+
|
|
128
|
+
> **⚠️ Warning** — detection and redaction are best-effort: a secret that
|
|
129
|
+
> reads like ordinary text (a password written as prose, an account number)
|
|
130
|
+
> will not be caught. Ideally, don't keep secrets in notes at all — use a
|
|
131
|
+
> password manager, or at least Bear's encrypted notes, which never leave
|
|
132
|
+
> the app.
|
|
125
133
|
|
|
126
134
|
```sh
|
|
127
135
|
bearcli export ~/bear-backup
|
|
@@ -97,8 +97,16 @@ attachments — with a generated index, so GitHub renders the whole export as a
|
|
|
97
97
|
browsable tree.
|
|
98
98
|
|
|
99
99
|
Before anything is written, the notes are scanned for potential secrets
|
|
100
|
-
(token formats, key blocks, credential assignments);
|
|
101
|
-
with a list of the affected notes
|
|
100
|
+
(token formats, key blocks, credential assignments, high-entropy strings);
|
|
101
|
+
findings block the export with a list of the affected notes. Override with
|
|
102
|
+
`--allow-secrets` (export as-is) or `--redact-secrets` (replace each secret
|
|
103
|
+
with a `[redacted: <rule>]` placeholder — notes in Bear are untouched).
|
|
104
|
+
|
|
105
|
+
> **⚠️ Warning** — detection and redaction are best-effort: a secret that
|
|
106
|
+
> reads like ordinary text (a password written as prose, an account number)
|
|
107
|
+
> will not be caught. Ideally, don't keep secrets in notes at all — use a
|
|
108
|
+
> password manager, or at least Bear's encrypted notes, which never leave
|
|
109
|
+
> the app.
|
|
102
110
|
|
|
103
111
|
```sh
|
|
104
112
|
bearcli export ~/bear-backup
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|