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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ This command will import a properly formatted YAML or JSON file as the given use
43
43
| in | The path to the config file to import. |
44
44
| out | The path to save the config file to, after import. Defaults to `/Users/XXX/Library/Prefer/dock.yml`| user | The user to import a dock for. This defaults to the current user, which makes it important to include this flag when running this tool as root.|
45
45
46
-
The format of the configuration is an array, with each primary key being separated by a spacer in the dock. Elements within the primary keys are entries in the dock. Each element is either an application's name, the an absolute path to an application, or an array describing a link to another resource. An example in YAML is below:
46
+
The format of the configuration is an array, with each primary key being separated by a spacer in the dock. Elements within the primary keys are entries in the dock. Each element is either an application's name, an absolute path to an application, or an array describing a link to another resource. An example in YAML is below:
47
47
48
48
group1: - Messages - Postbox group2: - Safari - Firefox - 'Google Chrome' - 'Microsoft Edge' group5: - Hyper - { link: /Applications/Custom.terminal } - screen_sharing group6: - { link: /Applications/, section: others, display: folder, view: grid, sort: name } When processing application names, the following locations are checked for the application:
49
49
@@ -54,7 +54,7 @@ When processing links, the following keys and values can be used:
54
54
55
55
|Key | Possible Values |
56
56
|--|--|
57
-
| link | A typical link with scheme (IE - file://) |
57
+
| link | A typical link with a scheme (IE - file://) |
58
58
| section |_apps_, _others_|
59
59
| display |_stack_, _folder_|
60
60
| view |_grid_, _fan_, _list_, _auto_|
@@ -69,12 +69,12 @@ For all of these commands, the application name should be provided in lowercase,
69
69
#### adobe:info_app__year_
70
70
Provides information about an installed Adobe Creative Cloud application, output in JSON format. This information includes:
71
71
72
-
-Actual version installed
72
+
-Version installed
73
73
- Path to application
74
74
- SAP code
75
75
- Base version
76
76
- Uninstaller command string
77
-
- Paths to known preferences
77
+
- Paths to known preferences
78
78
79
79
The year is optional for the applications that do not use it, such as XD, Dimension, and Lightroom.
0 commit comments