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

Close tabs - update notes

parent 9800aee6
Branches
Tags
No related merge requests found
...@@ -19,7 +19,11 @@ Look up how to run migrations on the db from embedded files. ...@@ -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 Figure out readline completion. Case sensitive - issue? Building from
repl.commands? 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 ## Things to do
...@@ -29,7 +33,8 @@ sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain ...@@ -29,7 +33,8 @@ sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain
* Messages edit: CHANGE, REPLY, FORWARD * Messages edit: CHANGE, REPLY, FORWARD
* Moving messages: COPY, MOVE * Moving messages: COPY, MOVE
* Mail: MAIL, FORWARD, * 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/) * An EDT inspired [editor](https://sourceforge.net/projects/edt-text-editor/)
* [gkilo](https://github.com/vcnovaes/gkilo) * [gkilo](https://github.com/vcnovaes/gkilo)
* This [kilo editor](https://viewsourcecode.org/snaptoken/kilo/) tutorial * This [kilo editor](https://viewsourcecode.org/snaptoken/kilo/) tutorial
...@@ -48,6 +53,7 @@ sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain ...@@ -48,6 +53,7 @@ sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain
* Commands for a local mail system? * Commands for a local mail system?
* Commands to connect to Mattermost or mastodon? * Commands to connect to Mattermost or mastodon?
* Commands to manage users. * Commands to manage users.
* `SHOW VERSION` - use [this](https://github.com/earthboundkid/versioninfo)
## Module links ## Module links
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment