|
|
@ -23,10 +23,11 @@ const std = @import("std");
|
|
23
|
23
|
// - open url
|
|
24
|
24
|
// - open shortcuts (logs -> ..., tickets)
|
|
25
|
25
|
// - history (could be another command + some special keybindings)
|
|
|
26
|
// - hex (and other decodes, terminal escapes?)
|
|
26
|
27
|
|
|
27
|
|
// output line-by-line -> saved by caller?
|
|
28
|
|
// output can be reset
|
|
29
|
|
// incremental output vs. final output/action
|
|
|
28
|
// TODO: implement suggestions by program
|
|
|
29
|
// TODO: implement choosing from suggestions
|
|
|
30
|
// TODO: implement searching through results
|
|
30
|
31
|
|
|
31
|
32
|
const ProcessWithOutput = struct {
|
|
32
|
33
|
process: *std.ChildProcess,
|