shortpath

Shortpath provides a small name for your long project paths.


Keywords
shortpath, python-package
License
MIT
Install
pip install shortpath==1.1.1

Documentation

shortpath

Author: Gaurav Kumar <aavrug@gmail.com>

Shortpath for assigning a single string to the complete path.

Installation

pip install shortpath

Description

Shortpath provides a short name for the directory path. This is userwise so if you set the shortpath for the guest user it will not work for the root user. If you just use the command shortpath it will create a shortpath for your current working directory and generate a random name. You can also pass custom path and custom name that you want to use.

Usage

shortpath --help

shortpath --v

shortpath --p <path from /home...> --s <any string>

shortpath --p <path from /home...>

shortpath --s <any string>

Homepage: https://github.com/aavrug/shortpath