Page 1 of 1

Convert rules to Google Apps Script

PostPosted: Fri Feb 09, 2018 2:42 pm
by andrewroberts
To take myself entirely onto the cloud; I'm wanting to convert all of my Hazel rules into Google Apps Script (a cloud-based JavaScript platform) that will run on my Google Drive.

Does anyone have any shortcuts for doing this, e.g.:

- Details on the internal structure of the exported rules files
- How I might automatically convert the rules into JavaScript, hence making the transition to Apps Script easier

Any help would be appreciated.

Thanks in advance,

Andrew

Re: Convert rules to Google Apps Script

PostPosted: Mon Feb 12, 2018 11:43 am
by Mr_Noodle
The rules format is proprietary. Also, keep in mind that Hazel does leverage a bit of Apple-specific features, such as Spotlight, which would be much more involved to re-implement.