1.0.1 • Published 6 months ago

@umaidashi/ghcommit v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

ghcommit

usage

this creates a menu of commit messages based on the diff between the current branch and master.

insert the following custom command into your lazygit config file:

customCommands:
  - key: "<c-a>"
    description: "pick AI commit"
    command: 'git commit -m "{{.Form.Msg}}"'
    context: "files"
    prompts:
      - type: "menuFromCommand"
        title: "ai Commits"
        key: "Msg"
        command: "bunx @umaidashi/ghcommit@1.0.0"
        filter: "(?P<message>.+)$"
        valueFormat: "{{ .message }}"
        labelFormat: "{{ .message | green }}"

acknowledgements

1.0.1

6 months ago

1.0.0

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.4-beta.3

6 months ago

0.0.4-beta.1

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago