Releases: rvcas/mach
Releases · rvcas/mach
Version 0.3.0 (2025-12-20)
Release Notes
- Add workspaces entity for top-level organization
- Add projects entity within workspaces for grouping related todos
- Add
mach workspaces createcommand to create a workspace - Add
mach workspaces listcommand to list workspaces with stats - Add
mach workspaces updatecommand to rename a workspace - Add
mach projects createcommand to create a project in a workspace - Add
mach projects listcommand to list projects with stats - Add
mach projects updatecommand to update project name/status - Add
mach projects donecommand to mark a project as done - Add
mach projects reopencommand to reopen a project - Add
mach donecommand to mark a todo as done by title or id - Add
mach reopencommand to reopen a completed todo - Add
mach updatecommand to update todo title, date, notes, workspace, project - Add
mach deletecommand to delete a todo by title or id - Add
-w/--workspaceand-p/--projectflags tomach add - Add
-i/--idflag tomach list,mach workspaces list,mach projects list - Add workspace and project columns to
mach listoutput - Add visible aliases for all commands (shown in
--help)
Install machich 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rvcas/mach/releases/download/v0.3.0/machich-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rvcas/mach/releases/download/v0.3.0/machich-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install rvcas/tap/machInstall prebuilt binaries into your npm project
npm install @rvcas/mach@0.3.0Download machich 0.3.0
| File | Platform | Checksum |
|---|---|---|
| machich-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| machich-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| machich-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| machich-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| machich-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Version 0.2.4 (2025-12-04)
Release Notes
- Fix double key press on Windows by filtering to only handle key press events
- Fix auto-rollover to preserve relative sort order of rolled-over todos
Install machich 0.2.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rvcas/mach/releases/download/v0.2.4/machich-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rvcas/mach/releases/download/v0.2.4/machich-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install rvcas/tap/machInstall prebuilt binaries into your npm project
npm install @rvcas/mach@0.2.4Download machich 0.2.4
| File | Platform | Checksum |
|---|---|---|
| machich-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| machich-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| machich-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| machich-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| machich-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Version 0.2.3 (2025-11-29)
Release Notes
- Add sponsor link to CLI help message (
mach --help)
Install machich 0.2.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rvcas/mach/releases/download/v0.2.3/machich-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rvcas/mach/releases/download/v0.2.3/machich-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install rvcas/tap/machInstall prebuilt binaries into your npm project
npm install @rvcas/mach@0.2.3Download machich 0.2.3
| File | Platform | Checksum |
|---|---|---|
| machich-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| machich-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| machich-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| machich-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| machich-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Version 0.2.2 (2025-11-28)
Release Notes
- Readme updates
Install machich 0.2.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rvcas/mach/releases/download/v0.2.2/machich-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rvcas/mach/releases/download/v0.2.2/machich-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install rvcas/tap/machInstall prebuilt binaries into your npm project
npm install @rvcas/mach@0.2.2Download machich 0.2.2
| File | Platform | Checksum |
|---|---|---|
| machich-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| machich-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| machich-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| machich-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| machich-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Version 0.2.1 (2025-11-28)
Release Notes
- Fix schema registry path causing "no such table" error on first run
Install machich 0.2.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rvcas/mach/releases/download/v0.2.1/machich-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rvcas/mach/releases/download/v0.2.1/machich-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install rvcas/tap/machInstall prebuilt binaries into your npm project
npm install @rvcas/mach@0.2.1Download machich 0.2.1
| File | Platform | Checksum |
|---|---|---|
| machich-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| machich-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| machich-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| machich-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| machich-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Version 0.2.0 (2025-11-28)
Release Notes
- Add fullscreen Backlog view (
bkey) with 4-column layout for organizing someday items - Add inline todo creation (
akey) from both Weekly and Backlog views - Add todo details modal (
Spacekey) for editing title, date, and notes - Add Settings modal (
gs) for configuring week start day (Monday/Sunday) - Add context-aware help popup (
?key) for Weekly and Backlog views - Add
t/Tshortcuts to move todos to today/tomorrow from both views - Add
h/lnavigation wrapping across weeks - Add dashed line separators between todos with focus-aware highlighting
- Add terminal-adaptive color palette (LightBlue, Yellow, Magenta, DarkGray)
- Add backlog column assignment (
backlog_columnfield) for organizing someday items - Refactor TUI from 2000+ line monolith into focused modules
- Fix bug where marking backlog items complete didn't refresh the weekly view
Install machich 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rvcas/mach/releases/download/v0.2.0/machich-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rvcas/mach/releases/download/v0.2.0/machich-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install rvcas/tap/machInstall prebuilt binaries into your npm project
npm install @rvcas/mach@0.2.0Download machich 0.2.0
| File | Platform | Checksum |
|---|---|---|
| machich-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| machich-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| machich-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| machich-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| machich-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |