A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/dvigo/git-commit-prefixer below:

dvigo/git-commit-prefixer: A lightweight Zsh plugin to add custom prefixes and optional icons to your Git commit messages

Git Commit Prefixer (Zsh Plugin)

A lightweight Zsh plugin to add custom prefixes and optional icons to your Git commit messages.
Supports multiple prefix styles ([fix]: or Fix:) and icon themes (classic, minimal, or none).

git-commit-prefixer feat "add dark mode toggle"
# โœจ [feat]: add dark mode toggle
  1. Clone the plugin into your Oh My Zsh custom plugins folder:
    git clone https://github.com/dvigo/git-commit-prefixer.git ~/.oh-my-zsh/custom/plugins/git-commit-prefixer
  2. Enable it in your ~/.zshrc:
    plugins=(... git-commit-prefixer)
  3. Reload Zsh:

Static preview

Live demo (Asciinema)

Edit the icons.conf file in the plugin folder or adjust the variables inside it.

Setting Values Default Description USE_ICONS true / false true Enable or disable icons PREFIX_STYLE brackets / labels brackets Commit prefix format ICON_STYLE classic / minimal / none classic Icon theme

Example icons.conf

USE_ICONS=true
PREFIX_STYLE="brackets"
ICON_STYLE="classic"

Basic syntax:

git-commit-prefixer <type> "your commit message"

Available types:

feat, fix, build, chore, ci, docs, style, refactor, perf, test
git-commit-prefixer feat "add login form"
# โœจ [feat]: add login form

git-commit-prefixer fix "corrected typo in README"
# ๐Ÿ› [fix]: corrected typo in README
[fix]:
[feat]:
[build]:
[chore]:
[ci]:
[docs]:
[style]:
[refactor]:
[perf]:
[test]:
Fix:
Feature:
Build:
Chore:
CI:
Docs:
Style:
Refactor:
Performance:
Test:
๐Ÿ› โœจ ๐Ÿ—๏ธ ๐Ÿงน โš™๏ธ ๐Ÿ“ ๐ŸŽจ โ™ป๏ธ โšก โœ…

GNU General Public License v3.0 โ€” See LICENSE for details.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4