Skip to content

Releases: toberge/nessie

Variables and scripts

25 Apr 17:00
Compare
Choose a tag to compare

Features added:

  • Expand (environment) variables with the usual $name
  • Set (environment) variables with let name value
  • Read script files

Version 0.1 – The Basics

28 Nov 15:15
Compare
Choose a tag to compare

Feature list:

  • Fork and execute commands
  • cd with builtin or by typing a folder name
  • Piping
  • Multiple statements terminated by ;
  • Conditional execution with && and ||
  • History (as builtin)