Skip to content

Releases: hidetzu/zemo

v0.3.1

06 May 10:08

Choose a tag to compare

What's Changed

  • feat: add Windows support to zemo upgrade by @hidetzu in #13

Full Changelog: v0.3.0...v0.3.1

v0.3.0

06 May 03:10
7da74d6

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 May 01:20
70d1cdf

Choose a tag to compare

What's Changed

  • feat: add zemo ls to list topics by @hidetzu in #6
  • feat: add zemo cat to print memo to stdout by @hidetzu in #7
  • feat: add zemo dump to print all memos by @hidetzu in #8

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 May 09:30

Choose a tag to compare

First public release of zemo — turn any git repository into your terminal notebook.

zemo opens markdown notes in your favorite editor and keeps them in sync with a git remote: pull before you write, commit and push after you save. One small static binary, no runtime dependencies beyond git and an editor.

Highlights

  • zemo opens the scratch memo (<memo>/scratch.txt).
  • zemo <topic> opens <memo>/topics/<topic>.md, scaffolded with a # <topic> header on first use.
  • zemo sync for manual pull / commit / push.
  • Auto pull-on-open and commit-on-close when <memo>/.git exists.
  • Conventional Commits messages (docs(<scope>): YYYY-MM-DD HH:MM, chore: sync ...).
  • Editor resolution via ZEMO_EDITOR / VISUAL / EDITOR, with sensible PATH fallbacks.

Downloads

Platform Asset
Linux (x86_64, glibc) zemo-x86_64-linux-gnu.tar.gz
macOS (Apple Silicon) zemo-aarch64-macos.tar.gz
macOS (Intel) zemo-x86_64-macos.tar.gz
Windows (x86_64) zemo-x86_64-windows.zip

See the README for one-liner install commands and setup instructions.

Full Changelog: https://github.com/hidetzu/zemo/commits/v0.1.0