Parcourir la Source

Add two more wishes

Luna Stadler 4 ans auparavant
Parent
commit
8a374bdbd7
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      zig/sdl/hello_sdl.zig

+ 2 - 0
zig/sdl/hello_sdl.zig

24
// - open shortcuts (logs -> ..., tickets)
24
// - open shortcuts (logs -> ..., tickets)
25
// - history (could be another command + some special keybindings)
25
// - history (could be another command + some special keybindings)
26
// - hex (and other decodes, terminal escapes?)
26
// - hex (and other decodes, terminal escapes?)
27
// - show docs if no command
27
28
28
// TODO: implement suggestions by program
29
// TODO: implement suggestions by program
29
// TODO: implement choosing from suggestions
30
// TODO: implement choosing from suggestions
30
// TODO: implement searching through results
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
const ProcessWithOutput = struct {
34
const ProcessWithOutput = struct {
33
    process: *std.ChildProcess,
35
    process: *std.ChildProcess,