Skip to content

Script for convert Google Drive macOS paths into windows and vice versa

Notifications You must be signed in to change notification settings

deslandesjb/raycast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raycast - Convert Google Drive path

Convert Google Drive path

How the script works

If you are on the Finder and on a Google Drive folder, then convert the MAC path to a WINDOWS path, and put the converted path to the clipboard

If you are not on the Finder and you have a WINDOWS Google Drive path in the clipboard, convert the WINDOWS path to MAC path and open in on the Finder

How to install

  1. Install Raycast https://www.raycast.com/
  2. Open Raycast (option + space), under Extensions create a new Script Command

CleanShot 2023-04-13 at 19 13 13

  1. Template is Bash, mode Silent, Title "Path" and save it where you want, for example Documents (you'll have to edit the file):

CleanShot 2023-05-05 at 5 18 27@2x

  1. Open the script and replace :

mail="my_email" with your mail address

For example : mail="jdeslandes@datawords.com"

CleanShot 2023-05-05 at 5 19 13@2x

  1. Save the file

That's it, you can call the script using opt + space and type "path"

CleanShot 2023-05-04 at 5 18 09

If you're on the Finder with on the drive, it will convert the path to WINDOWS path and put it on the clipboard

If you're not on the Finder and on you have a WINDOWS path on your clipboard, it will convert the path to MAC and open it on the finder

Many thanks Florine Bourassin for your help 😆

Convert Clarins URL

Copy a Clarins URL and choose the destination (prod / staging / stg)

Create Zip file

Create ZIP files and move them to different folders

About

Script for convert Google Drive macOS paths into windows and vice versa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages