Code Monkey home page Code Monkey logo

comoji's Introduction

comoji ๐Ÿฆ€

RustLicense

Comoji - Conventional Commits using Emojis

About

This project was originally written for using gitmoji from your command line, but has since evolved into a helper for conventional commits. Instead of using text though, emojis are used as the commit type.

Install

Cargo

git clone [email protected]:MordragT/comoji.git
cd comoji
$ cargo install --path . --locked

Nix Flakes

Add comoji as nix input and simply use the overlay.

{
    inputs.comoji.url = "github:MordragT/comoji";
    outputs = { self, nixpkgs, comoji, ... }@inputs:
    let
        pkgs = import nixpkgs {
            inherit system;
            overlays = [ comoji.overlays.default ];
        };
    in {
        ...
        home.packages = with pkgs; [ comoji ];
    }
}

Usage

$ comoji --help
CLI for conventional emoji commits

Usage: comoji [OPTIONS] <COMMAND>

Commands:
  list    List all available comojis
  commit  Interactively commit using the prompts
  config  Setup preferences
  help    Print this message or the help of the given subcommand(s)

Options:
  -v, --verbose  
  -h, --help     Print help

Commit

You can use the commit functionality in two ways, directly or via a commit-hook.

Client

Start the interactive commit client, to auto generate your commit based on your prompts.

$ comoji commit

Hook

Set config as shown below.

$ git add .
$ git commit

โš ๏ธ The hook should not be used with the comoji commit command.

List

Pretty print all the available comojis.

$ comoji list

Config

Run comoji config to setup some preferences, such as the auto git add . feature.

Acknowledgements

  • GitMoji - the project comoji is built upon

comoji's People

Contributors

mordragt avatar kegesch avatar shelken avatar dvdsk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.