You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 00 Import all to library.applescript
+32-3Lines changed: 32 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,25 @@
1
1
-- @description Import all script to user library
2
2
-- @author Ben Smith
3
3
-- @link bensmithsound.uk
4
-
-- @version 2.0
4
+
-- @version 2.1
5
5
-- @testedmacos 10.14.6
6
6
-- @testedqlab 4.6.10
7
7
-- @about Run this script in MacOS's "Script Editor" to import all scripts in a folder (including within subfolders) to the user's "Library/Script Libraries"
8
8
-- @separateprocess TRUE
9
9
10
10
-- @changelog
11
+
-- v2.1 + can install specific versions of the library from github, and notes the version if launched in Qlab.
11
12
-- v2.0 + can now optionally import scripts directly from github
12
13
-- v1.3 + add default location when choosing a folder
13
14
-- v1.2 + creates "Script Libraries" folder if it doesn't already exist
14
-
-- v1.1 + remove unnecessary declarations
15
+
16
+
17
+
-- USER DEFINED VARIABLES -----------------
18
+
19
+
setgitVersionToGetto"latest"-- latest, or a git version tag. If using an old file, set this to the version previously installed.
0 commit comments