tp-cli 0.1.0

This is a cli tool to simplify the process of cd-ing into your common directories.
[dependencies.clap]
features = ["derive"]
version = "3.2.5"

[dependencies.ron]
version = "0.7.1"

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

[package]
authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
description = "This is a cli tool to simplify the process of cd-ing into your common directories."
edition = "2021"
license = "MIT"
name = "tp-cli"
resolver = "2"
version = "0.1.0"