Releases: hidetzu/zemo
Releases · hidetzu/zemo
v0.3.1
v0.3.0
v0.2.0
v0.1.0
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
zemoopens the scratch memo (<memo>/scratch.txt).zemo <topic>opens<memo>/topics/<topic>.md, scaffolded with a# <topic>header on first use.zemo syncfor manual pull / commit / push.- Auto pull-on-open and commit-on-close when
<memo>/.gitexists. - Conventional Commits messages (
docs(<scope>): YYYY-MM-DD HH:MM,chore: sync ...). - Editor resolution via
ZEMO_EDITOR/VISUAL/EDITOR, with sensiblePATHfallbacks.
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