Skip to content

Releases: tomocafe/bash-boost

v2.1

30 Dec 17:21

Choose a tag to compare

util/file

  • Added bb_abbrevpath

interactive/prompt

  • Added bb_setpromptprehook

v2.0

24 Dec 22:58

Choose a tag to compare

Moves the required bash version to 4.4

For users of bash 4.2 onward, only major version 1 is supported.

Other changes

  • Fixed bug in bb_inpath to handle paths with spaces

v1.20

12 Aug 06:07

Choose a tag to compare

util/list

  • Add bb_mapkeys and bb_reverselist

util/string

  • Add bb_reversestr

cli/arg

  • Make argument optional for bb_setprog. Now defaults to the current script name.

v1.19

10 Aug 16:11

Choose a tag to compare

Add util/rand package

Functions:

  • bb_randint
  • bb_randstr
  • bb_randwords
  • bb_loadworddict

v1.18

05 Aug 01:40

Choose a tag to compare

util/list

  • Add bb_map
  • Fix bb_unpack

util/time

  • Add bb_timedeltafmt

util/string

  • Make bb_centerstr work with colored text

v1.17

27 Jun 16:54

Choose a tag to compare

util/file

  • Add bb_scriptpath function

v1.16

01 Sep 19:16

Choose a tag to compare

util/string

  • Added bb_centerstr function

cli/progress

  • Added bb_checkpoint function

v1.15

01 Sep 04:19

Choose a tag to compare

cli/progress:

New package for creating progress bars in CLIs

v1.14

15 May 12:33

Choose a tag to compare

interactive/bookmark:

  • Add bb_loadbookmark to load bookmark assignments from file

v1.13.1

14 May 20:11

Choose a tag to compare

Patch fix to bookmark to echo back entered character in prompts