Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 619 Bytes

File metadata and controls

22 lines (22 loc) · 619 Bytes
termaid/
├── assets/
│   └── tools.yaml        # tool catalogue + default args
├── workflows/
│   ├── fast-recon.json   # preset
│   └── full-scan.json
├── internal/
│   ├── tui/
│   │   ├── builder.go
│   │   ├── catalog.go
│   │   ├── menu.go
│   │   ├── model.go
│   │   └── tmplpicker.go
│   ├── graph/
│   │   ├── dag.go
│   │   └── graph.go
│   └── pipeline/
│       └── pipeline.go
├── install.sh            # installer (bash)
└── README.md