gcd-cli 0.0.1

gcd-cli tools for managing and using GCD. GCD stands for GitChangeDirectory, as it primary goal is to quickly change between git project folders.
Documentation
[dependencies.clap]
version = "2.33.0"

[dependencies.console]
version = "0.11.1"

[dependencies.glob]
version = "0.3.0"

[dependencies.indicatif]
version = "0.14.0"

[dependencies.regex]
version = "1.3.5"

[dependencies.rusqlite]
features = ["bundled"]
version = "0.21.0"

[package]
authors = ["Philippe Tjon-A-Hen <philippe@tjonahen.nl>"]
categories = ["command-line-utilities"]
description = "gcd-cli tools for managing and using GCD. GCD stands for GitChangeDirectory, as it primary goal is to quickly change between git project folders."
edition = "2018"
homepage = "http://gitlab.com/pnmtjonahen/pepercoin"
keywords = ["git", "cd", "projects"]
license = "Apache-2.0"
name = "gcd-cli"
readme = "README.md"
repository = "http://gitlab.com/pnmtjonahen/pepercoin"
version = "0.0.1"