diff --git a/issues/01-syntax-design.md b/issues/01-syntax-design.md index ea69d4e4..1095fd6e 100644 --- a/issues/01-syntax-design.md +++ b/issues/01-syntax-design.md @@ -1,6 +1,6 @@ # 01 — Design and finalize syntax for all new features -**Status:** resolved +**Status:** done **Blocks:** #02, #04, #05 ## Backtick command execution diff --git a/issues/02-backtick-lexing-parsing.md b/issues/02-backtick-lexing-parsing.md index 46c5953c..5cd53029 100644 --- a/issues/02-backtick-lexing-parsing.md +++ b/issues/02-backtick-lexing-parsing.md @@ -1,6 +1,6 @@ # 02 — Complete backtick command lexing and parsing -**Status:** resolved +**Status:** done **Blocked by:** #01 **Blocks:** #03 diff --git a/issues/03-command-execution-runtime.md b/issues/03-command-execution-runtime.md index 6fda95f1..49330f95 100644 --- a/issues/03-command-execution-runtime.md +++ b/issues/03-command-execution-runtime.md @@ -1,6 +1,6 @@ # 03 — Implement direct command execution runtime (no shell) -**Status:** resolved +**Status:** done **Blocked by:** #02 **Blocks:** #06, #07 diff --git a/issues/04-argv-parsing.md b/issues/04-argv-parsing.md index ec4cf35c..b702c371 100644 --- a/issues/04-argv-parsing.md +++ b/issues/04-argv-parsing.md @@ -1,6 +1,6 @@ # 04 — Implement argv parsing (tokenize command strings) -**Status:** resolved +**Status:** done **Blocked by:** #01 **Blocks:** #06 diff --git a/issues/07-redirection.md b/issues/07-redirection.md index a7128e64..0bcd25ca 100644 --- a/issues/07-redirection.md +++ b/issues/07-redirection.md @@ -1,6 +1,6 @@ # 07 — Implement I/O redirection for commands -**Status:** open (post-core) +**Status:** open **Blocked by:** #03 ## Syntax diff --git a/issues/09-prompt.md b/issues/09-prompt.md index e58f358d..73e1a9f5 100644 --- a/issues/09-prompt.md +++ b/issues/09-prompt.md @@ -1,6 +1,6 @@ # 09 — Programmable prompt -**Status:** open +**Status:** done (superseded by #21) **Blocked by:** #08 Users should be able to customize the shell prompt by defining a Lua function, similar to how other shells use `PS1`/`PROMPT_COMMAND`/`precmd`. diff --git a/issues/11-ctrl-c-repl-behaviour.md b/issues/11-ctrl-c-repl-behaviour.md index ec220fc3..ae6cc8ad 100644 --- a/issues/11-ctrl-c-repl-behaviour.md +++ b/issues/11-ctrl-c-repl-behaviour.md @@ -1,6 +1,6 @@ # Issue #11 — Ctrl-C REPL behaviour -**Status:** resolved +**Status:** done ## Problem diff --git a/issues/13-shell-globbing.md b/issues/13-shell-globbing.md index f4d4d495..1e514cea 100644 --- a/issues/13-shell-globbing.md +++ b/issues/13-shell-globbing.md @@ -1,6 +1,6 @@ # Issue #13 — Shell globbing -**Status:** closed +**Status:** done **Blocked by:** #03, #04 ## Problem diff --git a/issues/18-tilde-expansion.md b/issues/18-tilde-expansion.md index f79f03db..d1c49e59 100644 --- a/issues/18-tilde-expansion.md +++ b/issues/18-tilde-expansion.md @@ -1,6 +1,6 @@ # 18 — Path expansion (`~`, `*`, `**`) -**Status:** closed +**Status:** done **Related:** #13 shell globbing Path expansion for `~` is not available. Commands like: