Browse Source

Add two more wishes

Luna Stadler 4 years ago
parent
commit
8a374bdbd7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      zig/sdl/hello_sdl.zig

+ 2 - 0
zig/sdl/hello_sdl.zig

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