no begin/end recording message
use countdown everywhere and simplify it
added pause after comments and changed some defaults
Merge pull request #59 from zechris/silent_commands
feat: Allow running commands silently
feat: Allow running commands silently
Sometimes we just want the output from the command without seeing the
command that's running it.
eg. when showing the contents of a file
```
: bat Makefile
```
Merge pull request #57 from zechris/release-please--branches--main
chore(main): release 0.10.0
chore(main): release 0.10.0
Merge pull request #58 from zechris/bugfix
fix: avoid crashing out because of `set -e`
ci: Update github workflows
fix: avoid crashing out because of `set -e`
chore(main): release 1.0.0
feat: add typing pause to echoed commands
Add release-please github action for release versioning.
Add a pause after printing the command `$PROMPT`.