Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.04 KB

File metadata and controls

36 lines (21 loc) · 1.04 KB

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>

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

shortpath --s <any string> --d

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