You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Explain design goals: simplicity, minimal dependencies, API-first
- Add 'Choosing the Right Tool' section comparing all Beeper CLIs
- Highlight strengths of each tool to help users pick the best fit
- Encourage users to explore salmonumbrella/beeper-cli for advanced features
Copy file name to clipboardExpand all lines: README.md
+51-10Lines changed: 51 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,19 +124,60 @@ Built with Go for:
124
124
125
125
Uses Cobra for CLI framework and Viper for configuration management.
126
126
127
-
## Inspiration & Related Tools
128
-
129
-
This project was inspired by [KrauseFx/beeper-cli](https://github.com/KrauseFx/beeper-cli), a read-only tool that queries the Beeper SQLite database directly. While that tool provides excellent read-only functionality, beeper-api-cli takes a different approach:
127
+
## Philosophy & Design Goals
128
+
129
+
**beeper-api-cli** is designed for simplicity and minimal dependencies:
130
+
131
+
- **Pure API approach** - No SQLite dependencies, no keyring requirements
132
+
- **Simple authentication** - Manual token configuration (no OAuth flow)
0 commit comments