Skip to content

Releases: tomocafe/bash-boost

v1.16

01 Sep 19:16
Compare
Choose a tag to compare

util/string

  • Added bb_centerstr function

cli/progress

  • Added bb_checkpoint function

v1.15

01 Sep 04:19
Compare
Choose a tag to compare

cli/progress:

New package for creating progress bars in CLIs

v1.14

15 May 12:33
Compare
Choose a tag to compare

interactive/bookmark:

  • Add bb_loadbookmark to load bookmark assignments from file

v1.13.1

14 May 20:11
Compare
Choose a tag to compare

Patch fix to bookmark to echo back entered character in prompts

v1.13

10 May 02:32
Compare
Choose a tag to compare
  • Add interactive/bookmark module to save/delete and quickly move to bookmarked directories
  • Add function bb_prettypath to util/file

v1.12

21 Nov 02:04
Compare
Choose a tag to compare

Enhances bb_now time offset to include rounding

v1.11

04 May 05:04
Compare
Choose a tag to compare

util/list

Add bb_rename and bb_unpack

v1.10

11 Mar 18:17
Compare
Choose a tag to compare

interactive/cmd:
Fixed bb_forkterm to support terminal arguments with spaces

util/list:
Added bb_islist

Other:
Various shellcheck fixes.

v1.9.1

27 Feb 05:56
Compare
Choose a tag to compare

Bug fix in cli/arg

v1.9

21 Feb 03:43
Compare
Choose a tag to compare

cli/arg

Add bb_processargs alias to simplify boilerplate for parsing arguments. Documentation updates.