A utility to quickly check the git status
’s of a number of projects.
For a quick installation process, use cargo install --git
.
cargo install --git ssh://git@github.com/Lazytangent/checkrs.git
Clone the repository.
From the root of the repository,
- Run
cargo build
to build the binary in debug mode, - Run
cargo run
to quickly run the program - Run
cargo install --path .
to install the program from the local repository
Set your configuration file in ~/.config/checkrs/config
. The expected filetype
of the file is just text or txt.
An example file could look like this:
~/.config
~/.config/nvim
~/.vim
~/dotfiles
~/.config/doom