huntedbytheirs
de77fb1733
feat(search): add -Ss ZUUR index search
Implement tofu.commands.search module with searchCommand():
- Case-insensitive substring match on name, summary, version
- Sort results alphabetically by name
- Output format: zuur/<pool> <name> <ver>\n <summary>
- Exit codes: 0 (success), 1 (no match), 6 (network error)
- Testable via injectable indexFetcher delegate (7 unit tests)
- Wire search dispatch in main.d (replaces stub)
2026-08-08 18:26:41 -04:00
..
2026-08-08 17:17:04 -04:00
2026-08-08 17:16:50 -04:00
2026-08-08 17:17:20 -04:00
2026-08-08 17:22:06 -04:00
2026-08-08 17:30:34 -04:00
2026-08-08 17:37:59 -04:00
2026-08-08 17:38:41 -04:00
2026-08-08 17:45:14 -04:00
2026-08-08 17:38:21 -04:00
2026-08-08 17:46:27 -04:00
2026-08-08 17:53:45 -04:00
2026-08-08 17:58:25 -04:00
2026-08-08 18:05:07 -04:00
2026-08-08 18:09:06 -04:00
2026-08-08 18:05:27 -04:00
2026-08-08 18:12:42 -04:00
2026-08-08 18:17:24 -04:00
2026-08-08 18:19:05 -04:00
2026-08-08 18:26:41 -04:00
2026-08-08 18:21:17 -04:00