Crates.io | git3t |
lib.rs | git3t |
version | 0.1.0 |
source | src |
created_at | 2023-04-19 22:53:31.830601 |
updated_at | 2023-04-19 22:53:31.830601 |
description | A CLI tool to generating time reports from Gitlab |
homepage | |
repository | https://github.com/mhvsa/git3t |
max_upload_size | |
id | 843977 |
size | 5,446,035 |
A simple CLI tool for generating time reports from gitlab.
You need the rust toolchain to install git3t. You can install it from rustup.
cargo install git3t
Set the GITLAB_TOKEN environment variable to your gitlab token.
Token has to have the api scope.
Then run git3t help
to get a list of all commands.
export GITLAB_TOKEN=<your token>
git3t help <command>