From 293eef7d8e3b3cafab2d1ee716ded1a55b109c45 Mon Sep 17 00:00:00 2001 From: Ava Hahn Date: Wed, 3 May 2023 23:59:56 -0700 Subject: [PATCH] update readme Signed-off-by: Ava Hahn --- Readme.org | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Readme.org b/Readme.org index 34d8ef5..c5bd085 100644 --- a/Readme.org +++ b/Readme.org @@ -482,11 +482,9 @@ Note: this section will not show the status of each item unless you are viewing Note: this section only tracks the state of incomplete TODO items. Having everything on here would be cluttered. ** TODO Pre-alpha tasks -- Shell module - - ignore job control signals (if needed) - - background processes - - be able to list all background processes with j function +- 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 @@ -532,9 +530,6 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt ** TODO v1.0 tasks - export function (dump symbol definitions to script and/or append) - then write doc on interactive development -- completion: - - complete string: path search - - complete symbol: syms search - 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)