Skip to content

Commit fda007e

Browse files
committed
docs: refresh shell capability list
1 parent fffed5b commit fda007e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ if you are reading this early version of the readme, it means the project is sti
1212

1313
current capabilities:
1414

15-
- builtins for `cd`, `echo`, `exit`, `history`, `pwd`, and `type`
15+
- builtins for `cd`, `echo`, `exit`, `help`, `history`, `pwd`, and `type`
1616
- quoted and escaped argument parsing for commands like `echo "hello world"`
1717
- `cd ~`, `cd ~/path`, and `cd -`
18+
- `type` support for resolving multiple commands in one call
19+
- `history 5`, `history clear`, and `history -c`
1820
- executable lookup through `PATH`
19-
- a configurable prompt via the `RSHELL_PROMPT` environment variable
21+
- a configurable prompt via the `RSHELL_PROMPT` environment variable, including `{cwd}`
2022

2123
run it with:
2224

0 commit comments

Comments
 (0)