|
|
@ -24,10 +24,12 @@ const std = @import("std");
|
|
24
|
24
|
// - open shortcuts (logs -> ..., tickets)
|
|
25
|
25
|
// - history (could be another command + some special keybindings)
|
|
26
|
26
|
// - hex (and other decodes, terminal escapes?)
|
|
|
27
|
// - show docs if no command
|
|
27
|
28
|
|
|
28
|
29
|
// TODO: implement suggestions by program
|
|
29
|
30
|
// TODO: implement choosing from suggestions
|
|
30
|
31
|
// TODO: implement searching through results
|
|
|
32
|
// TODO: only output if something was found (man page exists -> output, hex decodable -> output, search results -> output, ...)
|
|
31
|
33
|
|
|
32
|
34
|
const ProcessWithOutput = struct {
|
|
33
|
35
|
process: *std.ChildProcess,
|