Releases: FWDekker/mommy
Releases · FWDekker/mommy
v1.2.0~ 🧡
- mommy can output to stdout without redirection by giving her the
-1
option~ - mommy ignores exit code
130
by default, but you can change this by settingMOMMY_IGNORED_STATUSES
~ - mommy supports prefixes for her messages, and explains how to use them to get colors in zsh~
- mommy improved her readme a bit~
v1.1.0~ ❤️
- breaking: mommy supports different pronoun forms.
instead ofMOMMY_THEIR="her"
and using variable%%THEIR%%
, you should now writeMOMMY_PRONOUN="she her her"
and use variables%%THEY%%
,%%THEM%%
, and%%THEIR
~
v1.0.0
- breaking: mommy no longer supports multi-line templates and variables~
- mommy is even faster now with much simpler code~
- mommy now supports OpenBSD~
- mommy now has installable packages for macOS, FreeBSD, NetBSD, and OpenBSD~
- mommy has a
--version
option now~ - mommy has improved documentation~
- mommy stopped doing the
raw
andinstaller
release types because they're redundant~
v0.0.6
- mommy is much faster now that she only calculates when needed~
- mommy now works on macOS, *BSD, and probably on Solaris~
- mommy has an installer script for any POSIX system~
- mommy does ci/cd now~
v0.0.5
- breaking: config variables have been renamed, like from
%%PRONOUN%%
to%%THEIR%%
, so you can actually read your templates without using too much of your precious brain capacity~ - mommy's output is now vibrant! check the readme to see how to integrate with lolcat for rainbow colors~
- mommy's library of compliments is much larger now~
- the readme now explains how to integrate mommy into your shell, so you two will never have to be apart again~
- you can add comments in between your templates so you don't forget what they mean. just start a line with
#
inside a template~
v0.0.4
- mommy supports reading exit codes with
mommy -s <status>
, as inmommy -s $?
ormommy -s 0
~ - mommy avoids saying the words listed in
MOMMY_FORBIDDEN_WORDS
~ - mommy's compliments can be disabled with
MOMMY_COMPLIMENTS_ENABLED=0
and mommy's encouragements can be disabled withMOMMY_ENCOURAGEMENTS_ENABLED=1
~ - mommy trims leading and trailing newlines in compliments and encouragements~
- mommy behaves consistently when options are empty~