Lazytangent / checkrs

A utility to quick check the statuses of a number of projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkrs

A utility to quickly check the git status’s of a number of projects.

Installation

For a quick installation process, use cargo install --git.

cargo install --git ssh://git@github.com/Lazytangent/checkrs.git

Build from Source

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

Configuration

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

Roadmap

Support for comments in the config file

Generating the directory and config file for a first time user

Prompting the user to add the first entry to the config file

Support for other environment variables to be used in the path

About

A utility to quick check the statuses of a number of projects.


Languages

Language:Rust 99.6%Language:Makefile 0.4%