small docs updates, add trailing slash to autocompleted directories

This commit is contained in:
Ava Apples Affine 2023-05-16 10:58:06 -07:00
parent 8ba80979f8
commit 09b032271b
3 changed files with 15 additions and 15 deletions

View file

@ -485,10 +485,11 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt
- Shell module (see branch: fully-interactive-shell)
- be able to fg a bg process
- be able to list all background processes with j function
- be able to bg and fg process (ctrl z?)
- Documentation!
- logging library
- make const all the error messages
- Dogfood this for quite some time
- env prints without using columns
- circuit should actually be (reduce (lambda (form state) (and state (bool form))) my-args)
- rename STL to SLL (standard list library)
- make presentation on relish
- lisp basics
- s expressions
@ -528,20 +529,21 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt
- store in repo after giving presentation
** TODO v1.0 tasks
- export function (dump symbol definitions to script and/or append)
- finish basic goals in file:snippets/interactive-devel.rls
- then write doc on interactive development
- lambdas shouldn't hit the env
- Write next_has member function for &Seg and simplify stdlib and probably also eval/sym
- Rename to Flesh
- Can pass args to relish scripts (via interpreter)
- Can pass args to relish scripts (via command line)
- History length configurable
- Search delim configurable
- master branch -> main branch
- Create a dedicated community channel on matrix.sunnypup.io
- Lex function
- Read function (Input + Lex)
** TODO v1.1 tasks
- finish stretch goals in file:snippets/interactive-devel.rls
- execute configurable function on cd
- Post to relevant channels
- Custom ast pretty print
@ -561,6 +563,5 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt
- TCP Listener
- HTTP Listener
- UDP Listener
- emacs syntax highlighting and/or LSP implementation
- GNU Guix package
- Bindings for the simplest possible UI library
- Emacs syntax highlighting and/or LSP implementation
- Bindings for the simplest possible UI library?