Skip to main content

Simple gitmoji cli written in python

Project description

Nonemoji

自维护的 gitmoji-cli,删减了部分 emoji

安装

poetry add nonemoji --dev

在 pre-commit 中使用

# .pre-commit-config.yaml
default_install_hook_types: [pre-commit, prepare-commit-msg]
repos:
  - repo: https://github.com/pycqa/isort
    rev: 5.10.1
    hooks:
      - id: isort
        stages: [commit]

  - repo: https://github.com/psf/black
    rev: 22.6.0
    hooks:
      - id: black
        stages: [commit]

  - repo: https://github.com/nonebot/nonemoji
    rev: v0.1.3
    hooks:
      - id: nonemoji
        stages: [pre-commit-msg]

使用

快速提交

使用如下命令,选择一个 emoji 并填写提交信息:

nonemoji commit

交互式使用

nonemoji

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nonemoji-0.1.4.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

nonemoji-0.1.4-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page