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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bearcli
3
- Version: 1.2.0
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); findings block the export
124
- with a list of the affected notes (`--allow-secrets` overrides).
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); findings block the export
101
- with a list of the affected notes (`--allow-secrets` overrides).
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "bearcli"
3
- version = "1.2.0"
3
+ version = "1.2.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
File without changes
File without changes
File without changes