From a0d5c03951b7a91d4d73af229ce0a3a3da59c314 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Fri, 16 May 2025 17:39:10 +0000 Subject: [PATCH] Edit NOTES.md --- NOTES.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/NOTES.md b/NOTES.md index 7c71fb6..c17f940 100644 --- a/NOTES.md +++ b/NOTES.md @@ -4,18 +4,8 @@ These are the development notes for the Go version. The idea is to use the help files to implement BULLETIN. -ssh `authorized_keys` should look like this: - -``` -command="/home/bulletin/bin/bulletin -u alice",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty KEY-TYPE KEY -``` - -Have readline store a history file for the user. Configure at the `users.Open` step. - Look up how godoc does references to other things. -Look up how to run migrations on the db from embedded files. - Figure out readline completion. Case sensitive - issue? Building from repl.commands? -- GitLab