bearcli 1.7.0__tar.gz → 1.7.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.7.0 → bearcli-1.7.1}/PKG-INFO +3 -3
- {bearcli-1.7.0 → bearcli-1.7.1}/README.md +1 -1
- {bearcli-1.7.0 → bearcli-1.7.1}/pyproject.toml +2 -2
- {bearcli-1.7.0 → bearcli-1.7.1}/LICENSE +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/__init__.py +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/cli/__init__.py +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/cli/common.py +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/cli/export.py +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/cli/mcp.py +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/cli/misc.py +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/cli/notes.py +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/cli/skills.py +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/cli/tags.py +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/export.py +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/gitsync.py +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/mcpserver.py +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/py.typed +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/skills/bear-notes/SKILL.md +0 -0
- {bearcli-1.7.0 → bearcli-1.7.1}/src/bearcli/tui.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bearcli
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.1
|
|
4
4
|
Summary: The missing open-source 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
|
|
@@ -12,7 +12,7 @@ Classifier: Environment :: Console
|
|
|
12
12
|
Classifier: Operating System :: MacOS
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Classifier: Topic :: Utilities
|
|
15
|
-
Requires-Dist: bearkit==1.7.
|
|
15
|
+
Requires-Dist: bearkit==1.7.1
|
|
16
16
|
Requires-Dist: fastmcp>=3.4.5
|
|
17
17
|
Requires-Dist: textual>=8.2.8
|
|
18
18
|
Requires-Dist: typer>=0.27.0
|
|
@@ -42,7 +42,7 @@ Read, search, export, and manage your notes from the terminal.
|
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
45
|
-
- **Agent-ready** - bundled Claude skill and MCP server (`bearcli mcp install`)
|
|
45
|
+
- ✨ **Agent-ready** - bundled Claude skill and MCP server (`bearcli mcp install`)
|
|
46
46
|
- **Search & browse** - fuzzy or exact, filters for tags, dates, and status
|
|
47
47
|
- **Write** - create, append, tag, archive, straight from the terminal
|
|
48
48
|
- **Terminal UI** - a full Bear client in your shell
|
|
@@ -18,7 +18,7 @@ Read, search, export, and manage your notes from the terminal.
|
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
21
|
-
- **Agent-ready** - bundled Claude skill and MCP server (`bearcli mcp install`)
|
|
21
|
+
- ✨ **Agent-ready** - bundled Claude skill and MCP server (`bearcli mcp install`)
|
|
22
22
|
- **Search & browse** - fuzzy or exact, filters for tags, dates, and status
|
|
23
23
|
- **Write** - create, append, tag, archive, straight from the terminal
|
|
24
24
|
- **Terminal UI** - a full Bear client in your shell
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "bearcli"
|
|
3
|
-
version = "1.7.
|
|
3
|
+
version = "1.7.1"
|
|
4
4
|
description = "The missing open-source 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"]
|
|
@@ -18,7 +18,7 @@ license = "MIT"
|
|
|
18
18
|
license-files = ["LICENSE"]
|
|
19
19
|
requires-python = ">=3.13"
|
|
20
20
|
dependencies = [
|
|
21
|
-
"bearkit==1.7.
|
|
21
|
+
"bearkit==1.7.1",
|
|
22
22
|
"fastmcp>=3.4.5",
|
|
23
23
|
"textual>=8.2.8",
|
|
24
24
|
"typer>=0.27.0",
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|