Skip to content

Releases: kirtfitzpatrick/chap

Add echo_eval_cmd

09 Sep 02:55
Compare
Choose a tag to compare
2.6.0

Update help message asset

Scope local variables

09 Sep 03:00
Compare
Choose a tag to compare
2.5.1

Fix version

Preserve command exit status

08 Sep 22:54
Compare
Choose a tag to compare
  • Capture and pass through the exit status from any shell commands sent to the _cmd functions.
  • Source code auto formatted with shell-format

Toggle raw/brief output, confirm_cmd exit codes

13 May 22:42
Compare
Choose a tag to compare
  • enable_raw_eval command
  • enable_brief_eval command
  • confirm_cmd now returns the exit code of the command it runs

Add images to readme

25 Jan 20:16
Compare
Choose a tag to compare
2.2.1

add images to readme

Add prompt_var command

05 Nov 20:42
Compare
Choose a tag to compare

New command to prompt the user for input added.

confirm_cmd stricter / safer

20 Aug 18:14
Compare
Choose a tag to compare

confirm_cmd now only accepts exact matches from the user prompt to protect against stray input like an accidental copy paste or a cat walking across your keyboard. ;-)

2.1.3

10 Aug 20:14
Compare
Choose a tag to compare

bug fix for executing without a tty.

modification_* cmds changed to mod_*

13 May 23:04
Compare
Choose a tag to compare

modification_* cmds changed to mod_*. Non-documented modification_ wrapper methods added for backwards compatibility. Will be removed in a future release.

bug fix for leading whitespace in output cmds

13 May 22:47
Compare
Choose a tag to compare

bug fix for leading whitespace in output cmds