gim

Crates.iogim
lib.rsgim
version
sourcesrc
created_at2024-07-15 17:13:53.59169
updated_at2024-07-15 23:42:12.403269
descriptioncommit driven development git-cli command line utility
homepage
repositoryhttps://github.com/yv-was-taken/gim
max_upload_size
id1304057
size0
(yv-was-taken)

documentation

README

Gim

commit driven development git-cli command line utility


gim functionality consists of the commands below:

  • gim set

    • Accepts a string as an argument for the commit message. If no string is provided, it opens the default editor. (<- todo)
    • The commit message file is stored inside the .env file inside the directory, inside the COMMIT_MESSAGE variable.
  • gim push

    • Equivalent to git add . && git commit -m $COMMIT_MESSAGE && git push.
    • Allows optional inclusion of files after push, similar to git add $FILE. Defaults to ..
    • upon a successful push, the COMMIT_MESSAGE variable inside .env is emptied.
  • gim status

    • Displays the current gim plan at the top of the normal git status output display.
Commit count: 0

cargo fmt