/my-hours

Primary LanguageRustMIT LicenseMIT

My Hours

build & test codecov

Goal of the project is to create command line app to combine tracked hours in tracking services and provide easy way to see if the monthly goal will be met or not.

Until this has been published, you can do a release build after cloning the repository and setting an alias

cargo build --release
alias hours="~/PATH/target/release/my-hours

Then you can check help to see all available commands

hours --help