ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Path Translator

by hbhakhrani ALL

Converts windows path to unix friendly and unix path to windows friendly path.

Details

Installs

  • Total 1K
  • Win 810
  • Mac 141
  • Linux 143
Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Path Translator

Converts Windows style paths to Unix style paths and vice versa. Its a very simple feature, but think about the number of times you have had to do something like this and done it manually.

What does it do?

Windows to Unix

Takes a windows path, removes the drive letter a.k.a. C: and changes '\' to '/'.

Unix to Windows

Find the unix prefix ('/cygdrive/' or '/'), take the following letter as a drive letter en adds this drive letter followed by ':' to the path, changing '/' to '\'

How do I use it?

Installation

Install using package control. See package control docs for details.

Usage

Highlight the path(s) to convert and select the appropriate command from the command palette. The two commands available are “Path: Unix to Windows” and “Path: Windows to Unix”.

You can also copy the path of the current file as Unix or Windows path to clipboard, using “Path: Copy current file path as Unix” or “Path: Copy current file path as Windows”

To configure the prefix of the Unix style path, edit the settings.