/CopyRelativePath

Adds a command to the right click context menu of sublime that allows you to copy the file path relative to your project directory.

Primary LanguagePythonMIT LicenseMIT

Copy Relative Path

Adds a "Copy Relative Path" command to the Sublime right-click context menu, which copies the file path of the currently opened file relative to the folder you have open with the greatest path match.

Adding a Hotkey

 {"keys": ["super+i"], "command": "copy_relative_path"},