MIAOU-BASH is a collection of scripts and configurations designed to enhance your terminal experience. As the name suggests, it is built on Bash and is designed to work on most modern GNU/Linux systems.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

785 B

Documentation

initiate

Rk: useful when timezone has changed or ghostty command has been installed aftwerwards

miaou-bash --initiate

IDEA

distinguish heredoc over pipe

miaou-bash <<EOF
echo HEREDOC
EOF
miaou-bash < <(echo 'echo PIPE1')
echo 'echo PIPE2' | miaou-bash

TODO

  • prompt should show up version with + when there is more than one commit, not yet versioned. ie: v0.0.0 + 2 commits more should display v0.0.0+
  • semver_git_tag should append RELEASE_NOTES.md from this TODO markdown file, providing that NEW NOTE section below contains appropriate items to fulfill the current release note
  • git log <LATEST_TAG>..HEAD --oneline