Unclaimed project
Are you a maintainer of dots? Claim this project to take control of your public changelog and roadmap.
Changelog
Connect the dots - minimal task tracker in Zig
Last updated 2 months ago
Major rewrite: SQLite replaced with plain markdown files.
.dots/ folder anywherebrew install joelreymont/tap/dots
# Linux x86_64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.6.0/dot-linux-x86_64
chmod +x dot
sudo mv dot /usr/local/bin/
# macOS ARM64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.6.0/dot-macos-arm64
chmod +x dot
sudo mv dot /usr/local/bin/
If you have existing tasks in .beads/beads.db:
./migrate-dots.sh
dot --version