Skip to content

Releases: Team-CC-Corp/ClamShell

Clam Shell v1.3

29 Feb 21:18

Choose a tag to compare

  • 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

21 Feb 18:50

Choose a tag to compare

  • 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

15 Jul 20:15

Choose a tag to compare

  • Autocompletion support for tools
  • Improved rendering using term.blit
  • Partial support for term_resize events, meaning multishell works better.
  • Improved read is the default read method in the environment now.

ClamShell v1.2

12 Jul 15:36

Choose a tag to compare

  • New autocompletion based off 1.74
  • Minor redirect bug fixes

ClamShell v1.1

01 Apr 14:57

Choose a tag to compare

  • 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.settings allows changing of prompt colors

ClamShell v1.0.4

15 Dec 20:18

Choose a tag to compare

Updated the repo for Grin

ClamShell v1.0.3

19 Oct 04:49

Choose a tag to compare

Changes:

  • Else and else if statements
  • While statements

ClamShell v1.0.2

13 Oct 02:28

Choose a tag to compare

Changes:

  • glep can take multiple input files.
  • Only .sh files, and all .sh files are run as shell scripts.

ClamShell v1.0.1

12 Oct 18:31

Choose a tag to compare

Changes:

  • Fixes environment variables for child shells

ClamShell 1.0

12 Oct 17:52

Choose a tag to compare

Install via grin-get install ElvishJerricco/ClamShell