Unverified Commit 4f280b4e authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Lunch research

parent 61cac96e
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -26,10 +26,18 @@ sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain
  * Implement a better dclish parser.
  * Implement each command.
    * Next: ????
  * Decide on how the boards are managed.
  * Editor - need an embedded editor
    * An EDT inspired [editor](https://sourceforge.net/projects/edt-text-editor/)
    * [gkilo](https://github.com/vcnovaes/gkilo)
    * This [kilo editor](https://viewsourcecode.org/snaptoken/kilo/) tutorial
  * Should there be a way to upload text files for commands that use
    files?  How would it work?
  * Cleanup help output.
    * Remove the node related flags.

## Module links

  * cli - [docs](https://cli.urfave.org/v3/getting-started/)
  * readline - [docs](https://pkg.go.dev/github.com/chzyer/readline)
  * xdg - [docs](https://pkg.go.dev/github.com/adrg/xdg)
  * sqlite - [docs](https://modernc.org/sqlite)