koji
koji copied to clipboard
🦊 An interactive CLI for creating conventional commits.
**Is your feature request related to a problem? Please describe.** Currently when I use koji my only option to select text is to use the arrow keys. 😢 **Describe the...
config file needs to change to accept a `scopes` array. on first run (with `--autocomplete`), save the found scopes to the config via appending it. this allows the user to...
**Describe the bug** When running Koji in a sub module, the following error occurs: ``` Error: Not a directory (os error 20) ``` **To Reproduce** Enter a sub module and...
**Describe the bug** When I run `koji`, it requires `GPG`. ```shell thread 'main' panicked at 'error calling gpg command, is gpg installed ?: Os { code: 2, kind: NotFound, message:...
**Is your feature request related to a problem? Please describe.** Hi, I really like your work on this project so far, but there's one thing that keeps me from using...
The breaking change prompt currently adds the `!` symbol to the first line of the commit as expected. A BREAKING CHANGE footer is optional within the spec, and I wonder...
**Describe the bug** Fails to build with latest cocogitto: ``` Compiling cocogitto v6.1.0 Compiling koji v2.2.0 error[E0061]: this method takes 1 argument but 7 arguments were supplied --> /Users/berkus/.cargo/registry/src/index.crates.io-6f17d22bba15001f/koji-2.2.0/src/lib/commit.rs:44:15 |...
**Describe the bug** The hash character `#` cannot be entered. **To Reproduce** Run `koji` and try to enter the hash character `#`, either directly by typing or by copy/paste. **Additional...
**Is your feature request related to a problem? Please describe.** Presently `koji` can add new commits, but it cannot amend the last commit. **Describe the solution you'd like** `koji --amend`...