From 06c05430d73ced1d413a6cf165b76caa4a977622 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@lyda.ie> Date: Thu, 8 May 2025 11:04:20 +0100 Subject: [PATCH] Close tabs - update notes --- NOTES.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/NOTES.md b/NOTES.md index 23d2158..3eec704 100644 --- a/NOTES.md +++ b/NOTES.md @@ -19,7 +19,11 @@ Look up how to run migrations on the db from embedded files. Figure out readline completion. Case sensitive - issue? Building from repl.commands? -sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain --close` + ## sqlite + + * sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain --close` + * https://sqlite.org/cli.html + * https://www.sqlitetutorial.net/ ## Things to do @@ -29,7 +33,8 @@ sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain * Messages edit: CHANGE, REPLY, FORWARD * Moving messages: COPY, MOVE * Mail: MAIL, FORWARD, - * Editor - need an embedded editor + * Compound commands: SET and SHOW + * ~~Editor - need an embedded editor~~ Implemented using tview; good enough * 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 @@ -48,6 +53,7 @@ sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain * Commands for a local mail system? * Commands to connect to Mattermost or mastodon? * Commands to manage users. + * `SHOW VERSION` - use [this](https://github.com/earthboundkid/versioninfo) ## Module links -- GitLab