git-ar 0.1.80

Git all remotes. Git cli tool that targets both Github and Gitlab. Brings common development operations such as opening a pull request down to the shell. This is an alternative to both Github https://github.com/cli/cli and Gitlab https://gitlab.com/gitlab-org/cli cli tools.
Documentation
[[bin]]
name = "gr"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.86"

[dependencies.chrono]
version = "0.4.38"

[dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.5.8"

[dependencies.console]
version = "0.15.8"

[dependencies.csv]
version = "1.3.0"

[dependencies.derive_builder]
version = "0.20.0"

[dependencies.dialoguer]
features = ["fuzzy-select"]
version = "0.11.0"

[dependencies.env_logger]
version = "0.11.3"

[dependencies.flate2]
version = "1.0.30"

[dependencies.lazy_static]
version = "1.5"

[dependencies.log]
version = "0.4.22"

[dependencies.open]
version = "5.1.4"

[dependencies.regex]
version = "1.10.5"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0.120"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "1.0.61"

[dependencies.ureq]
features = ["json"]
version = "2.9.7"

[dependencies.yaml-rust2]
version = "0.8.1"
[dev-dependencies.httpmock]
default-features = false
version = "0.7.0"

[dev-dependencies.tempfile]
version = "3.10.1"

[lib]
name = "gr"

[package]
authors = ["Jordi Carrillo <jordilin@gmail.com>"]
categories = ["command-line-utilities", "development-tools"]
description = "Git all remotes. Git cli tool that targets both Github and Gitlab. Brings common\ndevelopment operations such as opening a pull request down to the shell.\n\nThis is an alternative to both Github https://github.com/cli/cli and Gitlab\nhttps://gitlab.com/gitlab-org/cli cli tools.\n"
edition = "2021"
keywords = ["git", "github", "gitlab", "cli", "vcs"]
license = "MIT"
name = "git-ar"
readme = "README.md"
repository = "https://github.com/jordilin/gitar"
version = "0.1.80"