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