Official Homebrew tap for navio's tools.
brew tap navio/tap
brew install am
brew install workflow-managerA CLI runner for Markdown and JSON workflow definitions with local validation, live run progress, attach API controls, and remote registry commands.
Quick Start:
# Install
brew install workflow-manager
# Inspect local adapter setup
wfm doctor
# Create local agent rules and a starter workflow
wfm agent ./AGENTS.md
wfm scaffold ./example-workflow.md
wfm validate ./example-workflow.mdLinks:
A lightweight CLI tool for managing shell aliases directly in your .zshrc or .bashrc files.
Features:
- Add, list, update, and delete aliases
- Auto-detect shell (bash/zsh)
- Automatic backups before modifications
- Auto-source wrapper for immediate alias activation
- Search aliases by name
Quick Start:
# Install
brew install am
# Initialize auto-sourcing
am init
source ~/.zshrc
# Start using
am add ll 'ls -la'
am listLinks:
To update formulas from this tap:
brew update
brew upgrade am workflow-managerReport issues at the respective project repositories.