Skip to content

Releases: kyle-rader/loki-cli

0.9.1

23 Apr 06:16
63d698b

Choose a tag to compare

In this release we print the pruned local branch messages at the end of all pull/fetch output so they are visible without any scrolling in the terminal needed.

Add Commit Command

09 Aug 16:04
f8eff07

Choose a tag to compare

Add Commit Command Pre-release
Pre-release

Commit Command 🎉

I've been finding myself wanting the ease of use of lk save to type a normal unquoted sentence and have it become the commit message, but not push.

I considered adding --no-push to save, but rather than type more characters, this continues the trend of following git's own commands and let's you type lk c some cool new changes.

save remains as a wrapper for commit + push, using the same functions and option definition, thanks to Rust + Clap's composition 💪.

Upgrade via cargo

cargo install loki-cli