# skgit skgit is a Cli git utilities tool written by Rust. ## Supported OS UNIX ``` cargo install skgit ``` ## Installation ``` cargo install skgit ``` ## Usage ### Command You can git add by interactive search by skim. And in preview window, there is a diff that you selected in skim. ``` skgit add ``` ![skgit add demo](https://user-images.githubusercontent.com/54967427/206214010-bac63884-14aa-47d2-853d-118455ba4ed6.gif) And easily checkout your local repository. ``` skgit checkout ``` ## Release Note - 2022/11/30 version 0.1.0 - Implement add command ## LICENSE The MIT License (MIT) ## Contribution All Contribution are welcome.