Skip to content

mingeme/zsh-fuckmit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

fuckmit Zsh Plugin

A Zsh plugin that provides useful aliases and functions for the fuckmit command-line tool, an AI-powered git commit message generator.

Installation

Using Oh My Zsh

  1. Clone this repository into your Oh My Zsh custom plugins directory:
git clone https://github.com/mingeme/zsh-fuckmit.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-fuckmit
  1. Add the plugin to your .zshrc file:
plugins=(... zsh-fuckmit)

Aliases

Alias Command Description
fm fuckmit Run fuckmit
fma fuckmit -a Add all untracked and modified files
fmA fuckmit -A Amend the last commit
fmd fuckmit -d Generate message without committing (dry run)
fmad fuckmit -a -d Add all files and dry run
fmaA fuckmit -a -A Add all files and amend last commit
fmAd fuckmit -A -d Amend last commit dry run

About

zsh plugin for fuckmit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages