feat(tui): file viewer, select messages

This commit is contained in:
adamdottv
2025-07-02 16:08:06 -05:00
parent 1dd3bcae9f
commit cbae63697e
24 changed files with 1720 additions and 573 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export namespace Ripgrep {
}),
})
const Match = z.object({
export const Match = z.object({
type: z.literal("match"),
data: z.object({
path: z.object({