icommit

Crates.ioicommit
lib.rsicommit
version0.0.2
sourcesrc
created_at2023-03-08 12:27:19.809831
updated_at2023-03-08 16:18:18.428246
descriptionGenerate commit message using AI
homepage
repository
max_upload_size
id804518
size66,335
Yunfei He (hyf0)

documentation

README

icommit

Commit with messages generated by AI

Install

Using cargo

cargo install icommit

Build from source

git clone https://github.com/hyf0/icommit.git
cd icommit
cargo install --path .

Usages

Use ICOMMIT_TOKEN=xxxx while running icommit provide Open API token.

You could also provide the token by create a config file, but I haven't decided yet.

Without hints

Just type

icommit

With hints

icommit "Some hints"

Misc

Currently, icommit is running in verbose mode and will print all logs.

Commit count: 0

cargo fmt