Skip to content

Instantly share code, notes, and snippets.

View o6uoq's full-sized avatar

David Dolph o6uoq

View GitHub Profile
@o6uoq
o6uoq / fuzmit.sh
Last active September 13, 2024 11:36
fuzmit: Conventional Commits, but Fuzzy.
#!/bin/bash
# === Function: Display Usage Information ===
display_usage() {
# Use the specific blue color from the image you provided (ANSI code approximation)
echo -e "\033[1;38;5;81m"
echo "fuzmit: Conventional Commits, but Fuzzy."
echo -e "\033[0m"
echo ""
echo -e "\033[1;37m# Conventional Commit Message Format:\033[0m"