Skip to content

Releases: rdavid/shellbase

New functions, interactive mode

02 Jan 17:18
a08be83

Choose a tag to compare

  • Moves dotfiles functions to shellbase.
  • Handles interactive mode.

New function: semver

12 Dec 23:42
553b215

Choose a tag to compare

  • Add semver function.
  • Do not use readonly for local variables.
  • Replace wget with curl.

Fix spacing in time printing

29 Nov 18:05
4401d80

Choose a tag to compare

  • Add inside function.
  • Fix spacing.

Minor updates

12 Nov 21:01
b07434b

Choose a tag to compare

Improve readability

02 Oct 19:24
3f19393

Choose a tag to compare

  • Move setting options errexit and nounset to the library.
  • Update software for tests.

Fix bug in global arguments handling

13 Sep 21:57
deec16e

Choose a tag to compare

v0.9.20220914

New release v0.9.20220914

Fix bugs

04 Sep 15:41
4cd44d8

Choose a tag to compare

v0.9.20220904

New release v0.9.20220904

Big rename

30 Aug 22:26
4b656df

Choose a tag to compare

  • Apply Google style.
  • Add colors to logger, add timestamp to API.

Readability improvements

09 Aug 15:53
df7c956

Choose a tag to compare

  • Use proper way to silence a function.
  • Add prettytable.
  • Remove unnecessary slashes after pipes and others.

Design improvements

13 Jun 17:11
f84f518

Choose a tag to compare

  • Keep consistent behavior in multiple functions.
  • Most functions should not use error logs.
  • Print information log by default.
  • Add --quiet flag.
  • Add new unit tests.
  • Use parameters as a question in yes_to_continue.
  • Rename function usr_exists to user_exists.