git-ar 1.1.6

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.98"

[dependencies.chrono]
version = "0.4.41"

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

[dependencies.console]
version = "0.15.11"

[dependencies.csv]
version = "1.3.1"

[dependencies.derive_builder]
version = "0.20.2"

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

[dependencies.env_logger]
version = "0.11.8"

[dependencies.flate2]
version = "1.1.2"

[dependencies.lazy_static]
version = "1.5"

[dependencies.log]
version = "0.4.27"

[dependencies.open]
version = "5.3.2"

[dependencies.paste]
version = "1.0"

[dependencies.rand]
version = "0.9.1"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8.23"

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

[dependencies.yaml-rust2]
version = "0.10.3"

[dev-dependencies.filetime]
version = "0.2"

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

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

[lib]
name = "gr"
path = "src/lib.rs"

[package]
authors = ["Jordi Carrillo <jordilin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = """
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.
"""
edition = "2021"
keywords = ["git", "github", "gitlab", "cli", "vcs"]
license = "MIT"
name = "git-ar"
readme = "README.md"
repository = "https://github.com/jordilin/gitar"
version = "1.1.6"

[[test]]
name = "fs_cache_test"
path = "tests/fs_cache_test.rs"

[[test]]
name = "http_test"
path = "tests/http_test.rs"

[[test]]
name = "read_config_test"
path = "tests/read_config_test.rs"

[[test]]
name = "shell_test"
path = "tests/shell_test.rs"