Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 722 Bytes

File metadata and controls

27 lines (16 loc) · 722 Bytes

Delino DevTools

A collection of command-line tools to improve development productivity.

Installation

# Install all tools
go install ./cmd/...

# Install a specific tool
go install ./cmd/syncai

Tools

syncai

Finds all AGENTS.md files in a Git repository and merges them into a single CLAUDE.md file. This allows hierarchical management of AI agent rules per directory.

For detailed usage and examples, see cmd/syncai/README.md.

run-par

Runs multiple shell commands in parallel with a terminal user interface (TUI) that displays real-time output and status for each command.

For detailed usage and examples, see cmd/run-par/README.md.