Skip to content
Snippets Groups Projects
Unverified Commit 4f280b4e authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Lunch research

parent 61cac96e
No related branches found
No related tags found
No related merge requests found
...@@ -26,10 +26,18 @@ sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain ...@@ -26,10 +26,18 @@ sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain
* Implement a better dclish parser. * Implement a better dclish parser.
* Implement each command. * Implement each command.
* Next: ???? * 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 ## Module links
* cli - [docs](https://cli.urfave.org/v3/getting-started/) * cli - [docs](https://cli.urfave.org/v3/getting-started/)
* readline - [docs](https://pkg.go.dev/github.com/chzyer/readline) * readline - [docs](https://pkg.go.dev/github.com/chzyer/readline)
* xdg - [docs](https://pkg.go.dev/github.com/adrg/xdg) * xdg - [docs](https://pkg.go.dev/github.com/adrg/xdg)
* sqlite - [docs](https://modernc.org/sqlite)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment