Skip to content

Releases: amlamarra/timertab

Added tab completion

11 Nov 17:25
Compare
Choose a tag to compare

Added tab completion to sub commands for both Bash & Zsh.

New feature ('run' command)

21 May 21:04
Compare
Choose a tag to compare

Users can now use the 'run' command to create a transient (temporary) timer.

See the README for more information.

Minor updates

20 May 18:05
Compare
Choose a tag to compare
  • Added the 'status' command
  • Made some formatting changes
    • Removed double-quotes around variables from inside conditionals with double brackets ( [[ )
    • Shortened some of the longer lines to increase readability
    • Defined the 'text color' variables at the beginning as globals

Code formatting

24 Mar 12:44
Compare
Choose a tag to compare

Modifying some of the code to use best practices.

  • Using cat to print walls of text
  • Added the "info" function to use printf '%b\n' "$@" instead of echo -e
  • Error messages now outputs to stderr

Removed PKGBUILD file

22 Mar 14:49
Compare
Choose a tag to compare

Removed the PKGBUILD file for the Arch User Repository as it shouldn't be in here.