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 811
  • Mac 141
  • Linux 144
Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27
Windows 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 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
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 0 0
Linux 0 0 0 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 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.