Raycast extension that converts a Windows path into a Linux one and copy it to the clipboard.
Here are some examples of conversion :
| Windows path | Linux type path |
|---|---|
C:\Users\Public | /c/Users/Public |
D:\Projects\my-project | /d/Projects/my-project |
E:\Data\config.json | /e/Data/config.json |