You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Development
go generate ./... # Generate all wiring code
go build # Build binary + create symlinks
go test ./... # Run all tests# Single-command build
go build # Runs generation automatically via build tags# Installation
make install # Copy to ~/.local/bin/
Adding a New Profile
Create cmd/newprofile/metadata.go
Add command files with NewXxxCmd() functions
Run go build
Done. Binary newprofile is ready.
Future Extensions
Plugin system for external profiles
Dynamic command loading
Profile inheritance and composition
Built-in update mechanism
Telemetry and crash reporting
License: Dual (Numerimondes + EPL-2.0)
Creator: El Moumen Yassine
About
The Swiss Army Knife of Go CLIs. Drop a folder, gain a profile. One binary to rule your workflows.