Skip to content

navio/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Homebrew Tap for navio

Official Homebrew tap for navio's tools.

Installation

brew tap navio/tap
brew install am
brew install workflow-manager

Available Formulas

workflow-manager - Workflow orchestration runner

A 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.md

Links:

am - Alias Manager

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 list

Links:

Updating

To update formulas from this tap:

brew update
brew upgrade am workflow-manager

Issues

Report issues at the respective project repositories.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages