Releases: Team-CC-Corp/ClamShell
Releases · Team-CC-Corp/ClamShell
Clam Shell v1.3
- Rewrite parser and interpreter. Now much more flexible
- Add
&&and||pipes - Add for statement (
for var = cmd { echo $var }) - Add inline commands
$(pwd) - Add documentation for all commands
- Add wc, pwd, sleep and timeit commands
- Custom prompt function support
Clam Shell v1.2.2
- Fix autocompletion on file names
- Allow scrolling from any read function
- Add custom lua program
- Highlight matches in glep
- Several bug fixes
Clam Shell v1.2.1
- Autocompletion support for tools
- Improved rendering using
term.blit - Partial support for
term_resizeevents, meaning multishell works better. - Improved read is the default read method in the environment now.
ClamShell v1.2
- New autocompletion based off 1.74
- Minor redirect bug fixes
ClamShell v1.1
- History and current directory are saved between sessions
- Scrollback on your history
- Keyboard shortcuts:
- Ctrl+U / Ctrl+K Clear text before/after cursor
- Ctrl+A / Ctrl+E Jump left/right by one word
.clam.settingsallows changing of prompt colors
ClamShell v1.0.4
Updated the repo for Grin
ClamShell v1.0.3
Changes:
- Else and else if statements
- While statements
ClamShell v1.0.2
Changes:
- glep can take multiple input files.
- Only .sh files, and all .sh files are run as shell scripts.
ClamShell v1.0.1
Changes:
- Fixes environment variables for child shells
ClamShell 1.0
Install via grin-get install ElvishJerricco/ClamShell