Loading NOTES.md +9 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
NOTES.md +9 −1 Original line number Diff line number Diff line Loading @@ -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)