Skip to content

v0.1.0

Choose a tag to compare

@BIRSAx2 BIRSAx2 released this 25 Apr 10:47
· 3 commits to main since this release
1cad67c

Initial release as bear-rs.

Rust library for reading and writing Bear.app notes via the local SQLite database. No network, no CloudKit, no Bear.app process required.

What's included

  • SqliteStore — full read/write access to Bear's SQLite database
  • Bear search syntax parser (@todo, #tag, @today, -negation, etc.)
  • Note, tag, pin, and attachment operations
  • Darwin notification on write so Bear's UI refreshes automatically
  • Export to markdown with optional YAML frontmatter