Releases: Chetic/shell-bun
Releases · Chetic/shell-bun
Shell-Bun v1.4.1
Shell-Bun v1.4.1
Interactive build environment script with fuzzy pattern matching and parallel execution.
Changes
- Harden selection handling for older bash
See README.md for full documentation.
Shell-Bun v1.4.0
Shell-Bun v1.4.0
Interactive build environment script with fuzzy pattern matching and parallel execution.
Changes
- Add CLI container override support
- Handle empty action matches under nounset
- add design doc
- better error handling with strange --ci problem
See README.md for full documentation.
Shell-Bun v1.3.1
Shell-Bun v1.3.1
Interactive build environment script with fuzzy pattern matching and parallel execution.
Changes
- clean up release automation
See README.md for full documentation.
Shell-Bun v1.3.0
Shell-Bun v1.3.0
Interactive build environment script with fuzzy pattern matching and parallel execution.
Changes
- Bump version to 1.3.0
- automatic release github action
- Add container command support
Installation
# Download shell-bun.sh
curl -O https://raw.githubusercontent.com/Chetic/shell-bun/v1.3.0/shell-bun.sh
chmod +x shell-bun.sh
# Download example config
curl -O https://raw.githubusercontent.com/Chetic/shell-bun/v1.3.0/shell-bun.cfgUsage
# Interactive mode
./shell-bun.sh
# CI mode
./shell-bun.sh --ci MyApp buildSee README.md for full documentation.
Shell-Bun v1.2
What's Changed
- Bump version to v1.2 (5811953)
- reduce flickering (e0aa0a9)
- support smaller terminals in log selection menu (65b8b79)
- support smaller terminals in action selection menu (4d7abce)
- add demo gif to the README.md (4ee03b2)
Full Changelog: v1.1...v1.2
Full Changelog: v1.1...v1.2
Shell-Bun v1.1
What's Changed
- Bump version to v1.1 (bab29f1)
- fix issue #1 by logging action output to files and letting the user view logs after all commands have finished executing (e875936)
- fix help text (445ce20)
- press delete to clear filter (4ac6936)
- use generic actions instead of hard-coded build, run, clean etc (217fee7)
Full Changelog: v1.0...v1.1
Full Changelog: v1.0...v1.1
Shell-Bun v1.0
What's Changed
- Bump version to v1.0 (9fea68a)
- add release github action (36cfd2e)
- less verbose ci mode printing (ac83609)
- fuzzy ci mode (d5ccc36)
- all only builds (6de3276)
- add ci mode (37b3777)
- doc changes (04ad42b)
- support specifying working directory and rename build-config.txt to shell-bun.cfg (7cfc2d2)
- support selecting all filtered items (c21b0ba)
- fixed flickering (b8e16ed)
...
Full Changelog: https://github.com/Chetic/shell-bun/commits/v1.0