Crates.io | tp-cli |
lib.rs | tp-cli |
version | 0.1.0 |
source | src |
created_at | 2022-06-21 14:07:07.126526 |
updated_at | 2022-06-21 14:07:07.126526 |
description | This is a cli tool to simplify the process of cd-ing into your common directories. |
homepage | |
repository | |
max_upload_size | |
id | 610251 |
size | 12,010 |
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.
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
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