Unverified Commit 06c05430 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Close tabs - update notes

parent 9800aee6
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -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