Your average path manager.
This is a cli tool to simplify the process of cd-ing into your common directories.
I have a project called machin
in this directory, I can add a name to that directory.
```sh
cd Project/machin
tp +machin
latter, in a new shell I can CD into it like so:
sh
tp machin
```
Consider other options, there are much better tools than this one serving the same purpose, for instance fzf paired with a function.
I do use it myself because I prefer to make my own tools instead of using someone else's.
JOLIMAITRE Matthieu matthieu@imagevo.fr