Browse Source

Add a few more todos

Luna Stadler 4 years ago
parent
commit
551e85ca59
1 changed files with 4 additions and 3 deletions
  1. 4 3
      zig/sdl/hello_sdl.zig

+ 4 - 3
zig/sdl/hello_sdl.zig

@ -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,