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)