#directory #cli-tool #process #path #pwd #cd-ing

app tp-cli

This is a cli tool to simplify the process of cd-ing into your common directories

1 unstable release

0.1.0 Jun 21, 2022

#5 in #pwd

MIT license

5KB
90 lines

TP-CLI

Your average path manager.

Description

This is a cli tool to simplify the process of cd-ing into your common directories.

Example

I have a project called machin in this directory, I can add a name to that directory.

cd Project/machin
#pwd: /home/mb/Project/machin
tp +machin

latter, in a new shell I can CD into it like so:

# pwd: /home/mb/
tp machin
#pwd: /home/mb/Project/machin

Should you use it?

Consider other options, there are much better tools than this one serving the same purpose, for instance fzf paired with a function.

Then why?

I do use it myself because I prefer to make my own tools instead of using someone else's.

Author

JOLIMAITRE Matthieu matthieu@imagevo.fr

Dependencies

~2.3–3MB
~59K SLoC