Skip to content

Commit 2ccd1dd

Browse files
committed
Migrated Hidden Configuration Options Instructions to Tutorial section; aligned property format where possible.
1 parent cd01357 commit 2ccd1dd

File tree

23 files changed

+159
-110
lines changed

23 files changed

+159
-110
lines changed

cli/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,21 +423,21 @@ The support directory is `~/.duck/` on Linux. You can install third party [profi
423423
424424
You can override default [preferences](../cyberduck/preferences.md#hidden-configuration-options) by setting environment variables in your shell.
425425
426-
`env "property.name=value" duck`
426+
`env "<property>=<value>" duck`
427427
428428
:::
429429
:::{group-tab} Windows
430430
431431
You can override default [preferences](../cyberduck/preferences.md#hidden-configuration-options) by setting environment variables in your shell.
432432
433-
`set "property.name=value" & duck`
433+
`set "<property>=<value>" & duck`
434434
435435
:::
436436
:::{group-tab} Linux
437437
438438
You can override default [preferences](../cyberduck/preferences.md#hidden-configuration-options) by setting environment variables in your shell.
439439
440-
`env "property.name=value" duck`
440+
`env "<property>=<value>" duck`
441441
442442
:::
443443
::::

cyberduck/bookmarks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,16 +247,16 @@ Choose a default bookmark to open after opening the application. Choose *Prefere
247247

248248
### Do not Read favicon.ico from HTTP URL
249249

250-
A [hidden configuration option](preferences.md#hidden-configuration-options). Displayed in the bookmark edit window.
250+
A [hidden configuration option](../tutorials/hidden_properties.md). Displayed in the bookmark edit window.
251251

252252
```
253-
defaults write ch.sudo.cyberduck bookmark.favicon.download false
253+
bookmark.favicon.download=false
254254
```
255255

256256
### Open Bookmark View after Disconnecting
257257

258-
A [hidden configuration option](preferences.md#hidden-configuration-options).
258+
A [hidden configuration option](../tutorials/hidden_properties.md).
259259

260260
```
261-
defaults write ch.sudo.cyberduck browser.disconnect.bookmarks.show true
261+
browser.disconnect.bookmarks.show=true
262262
```

cyberduck/browser.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Select the file in the browser and press the *Return key*. Type the new name and
132132

133133
### Deleting Files and Folders
134134

135-
Some protocols support the trashing of files instead of permanently deleting them. This feature is enabled by default. It can be disabled using a [hidden configuration option](preferences.md#hidden-configuration-options).
135+
Some protocols support the trashing of files instead of permanently deleting them. This feature is enabled by default. It can be disabled using a [hidden configuration option](../tutorials/hidden_properties.md).
136136

137137
```
138138
browser.delete.trash=false
@@ -261,18 +261,18 @@ Use only one *Info* window which updates with the selection change in the browse
261261

262262
### Adjust the Browser Font Size
263263

264-
A [hidden configuration option](preferences.md#hidden-configuration-options).
264+
A [hidden configuration option](../tutorials/hidden_properties.md).
265265

266266
```
267-
defaults write ch.sudo.cyberduck browser.font.size 18
267+
browser.font.size=18
268268
```
269269

270270
### Duplicate Filename Format
271271

272-
A [hidden configuration option](preferences.md#hidden-configuration-options). Define a different format using
272+
A [hidden configuration option](../tutorials/hidden_properties.md). Define a different format using
273273

274274
```
275-
defaults write ch.sudo.cyberduck browser.duplicate.format "{0} ({1}){2}"
275+
browser.duplicate.format="{0} ({1}){2}"
276276
```
277277

278278
where the plaseholders will be replaced with
@@ -283,15 +283,15 @@ where the plaseholders will be replaced with
283283

284284
### Warning Before Renaming or Moving Files
285285

286-
A [hidden configuration option](preferences.md#hidden-configuration-options). A confirmation is shown before renaming or moving files.
286+
A [hidden configuration option](../tutorials/hidden_properties.md). A confirmation is shown before renaming or moving files.
287287

288288
```
289-
defaults write ch.sudo.cyberduck browser.move.confirm true
289+
browser.move.confirm=true
290290
```
291291

292292
### Re-Enable File Listing Limit Prompt
293293

294-
A [hidden configuration option](preferences.md#hidden-configuration-options) can re-enable the file listing limit prompt after dismissing it with enabled *Always* checkbox.
294+
A [hidden configuration option](../tutorials/hidden_properties.md) can re-enable the file listing limit prompt after dismissing it with enabled *Always* checkbox.
295295

296296
::::{tabs}
297297
:::{group-tab} macOS

cyberduck/connection.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,26 +201,26 @@ Choose *Cyberduck → Preferences → Connection → Use system proxy settings*.
201201

202202
#### Prefer IPv6 Addresses of DNS Lookups
203203

204-
A [hidden configuration option](preferences.md#hidden-configuration-options).
204+
A [hidden configuration option](../tutorials/hidden_properties.md).
205205

206206
```
207-
defaults write ch.sudo.cyberduck connection.dns.ipv6 true
207+
connection.dns.ipv6=true
208208
```
209209

210210
#### Disable Bonjour Support
211211

212-
A [hidden configuration option](preferences.md#hidden-configuration-options).
212+
A [hidden configuration option](../tutorials/hidden_properties.md).
213213

214214
```
215-
defaults write ch.sudo.cyberduck rendezvous.enable false
215+
rendezvous.enable=false
216216
```
217217

218218
#### Disable Bonjour Notifications in Notification Center and System Tray
219219

220-
A [hidden configuration option](preferences.md#hidden-configuration-options). By default, the limit is set to allow not more than `30` notifications per minute.
220+
A [hidden configuration option](../tutorials/hidden_properties.md). By default, the limit is set to allow not more than `30` notifications per minute.
221221

222222
```
223-
defaults write ch.sudo.cyberduck rendezvous.notification.limit 0
223+
rendezvous.notification.limit=0
224224
```
225225

226226
## Default Protocol Handler

cyberduck/download.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ Downloaded files have added metadata of its origin URL. *Finder.app* displays th
5555

5656
Downloaded files are flagged with the `com.apple.quarantine` attribute. The attributes associate basic information with the file, such as its type, when it was received, and the URL from which it came. When the Finder or any other program uses Launch Services to open a quarantined file, Launch Services inspects the file to see if it appears to be an application, script, or other executable file types. If so, the system displays an alert informing the user that the file is an application and asking for confirmation that it should be executed. The alert lets the user open the URL from which the file was downloaded, launch the program, or cancel. If the user proceeds to open the file, Launch Services removes the quarantine attributes from that file.
5757

58-
A [hidden configuration option](preferences.md#hidden-configuration-options).
58+
A [hidden configuration option](../tutorials/hidden_properties.md).
5959

6060
```
61-
defaults write ch.sudo.cyberduck queue.download.quarantine false
61+
queue.download.quarantine=false
6262
```
6363

6464
Files downloaded to edit do not have a quarantine flag set by default.
6565
:::
6666

6767
### Temporary Document Icon
6868

69-
Don't change the document icon while downloading. A [hidden configuration option](preferences.md#hidden-configuration-options).
69+
Don't change the document icon while downloading. A [hidden configuration option](../tutorials/hidden_properties.md).
7070

7171
```
72-
defaults write ch.sudo.cyberduck queue.download.icon.update false
72+
queue.download.icon.update=false
7373
```

cyberduck/edit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ Enable the custom versioning option in *Preferences → Editor* to store previou
4646

4747
### Disable Upload of Temporary File on Save
4848

49-
A [hidden configuration option](preferences.md#hidden-configuration-options).
49+
A [hidden configuration option](../tutorials/hidden_properties.md).
5050

5151
```
52-
defaults write ch.sudo.cyberduck editor.upload.temporary false
52+
editor.upload.temporary=false
5353
```
5454

5555
### Exclude Files from Versioning
5656

57-
Files can be excluded from versioning by using a [hidden configuration option](preferences.md#hidden-configuration-options).
57+
Files can be excluded from versioning by using a [hidden configuration option](../tutorials/hidden_properties.md).
5858

5959
```
6060
versioning.include.regex=.*
@@ -64,7 +64,7 @@ versioning.include.regex=.*
6464

6565
Per default, the number of saved versions is limited to 5. The oldest version will be deleted once a new version is uploaded exceeding the limit.
6666

67-
The number of saved versions can be customized by using a [hidden configuration option](preferences.md#hidden-configuration-options).
67+
The number of saved versions can be customized by using a [hidden configuration option](../tutorials/hidden_properties.md).
6868

6969
```
7070
versioning.limit=5

cyberduck/preferences.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -100,34 +100,13 @@ Beta builds are published before a release and include the latest features and h
100100

101101
## Hidden Configuration Options
102102

103-
There are some settings which aren't yet available in the *Preferences* either because they are not considered stable yet or not of general interest. Follow these steps to enable a hidden preference referenced in the wiki:
104-
105103
::::{tabs}
106-
:::{group-tab} macOS
107-
108-
Type the `defaults` command given in a *Terminal.app* (in `/Applications/Utilities`) window and restart Cyberduck.
109-
110-
defaults write ~/Library/Preferences/ch.sudo.cyberduck.plist <property> <value>
111-
112-
Alternatively you can create a file `default.properties` in the [application support folder](faq.md#preferences-and-application-support-files-location). Add the setting as follows:
113-
114-
`...`<br/>
115-
`<property>=<value>`<br/>
116-
`...`
117-
118-
:::
119-
:::{group-tab} Windows
120-
121-
If not existing yet you need to create the `default.properties` file in the [application support folder](faq.md#preferences-and-application-support-files-location). To do so, create a new text file within `%AppData%\Cyberduck` and replace the preconfigured name including the file extension by *default.properties*.
122-
123-
Add the setting as follows:
104+
:::{tab} Cyberduck
124105

125-
`...`<br/>
126-
`<property>=<value>`<br/>
127-
`...`
106+
Refer to [Add Hidden Configuration Options to Mountain Duck and Cyberduck](../tutorials/hidden_properties.md)
128107

129108
:::
130-
:::{group-tab} CLI
109+
:::{tab} CLI
131110

132111
Refer to [Preferences](../cli/index.md#preferences)
133112

cyberduck/transfer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,26 +227,26 @@ Enabling change of modification date slows down the transfer rate when uploading
227227

228228
### Bandwidth Throttle Options
229229

230-
A [hidden configuration option](preferences.md#hidden-configuration-options). Edit the available options (in bytes).
230+
A [hidden configuration option](../tutorials/hidden_properties.md). Edit the available options (in bytes).
231231

232232
```
233-
defaults write ch.sudo.cyberduck queue.bandwidth.options 102400,1073741824
233+
queue.bandwidth.options=102400,1073741824
234234
```
235235

236236
### Badge Dock Icon
237237

238-
A [hidden configuration option](preferences.md#hidden-configuration-options). Add a badge with the number of currently running transfers to the dock icon.
238+
A [hidden configuration option](../tutorials/hidden_properties.md). Add a badge with the number of currently running transfers to the dock icon.
239239

240240
```
241-
defaults write ch.sudo.cyberduck queue.dock.badge true
241+
queue.dock.badge=true
242242
```
243243

244244
### Prioritize Files in Transfers
245245

246-
A [hidden configuration option](preferences.md#hidden-configuration-options). Use `queue.upload.priority.regex` and `queue.download.priority.regex` to determine order of files transferred in folders. For example:
246+
A [hidden configuration option](../tutorials/hidden_properties.md). Use `queue.upload.priority.regex` and `queue.download.priority.regex` to determine order of files transferred in folders. For example:
247247

248248
```
249-
defaults write ch.sudo.cyberduck queue.upload.priority.regex ".*\.html"
249+
queue.upload.priority.regex=".*\.html"
250250
```
251251

252252
will prioritize files ending with `.html` and transfer before any other files in a folder.

cyberduck/upload.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ Make sure in *System Preferences → Keyboard → Keyboard Shortcuts → Service
8686

8787
### Transfers → General → Uploads → Upload with temporary filename
8888

89-
An option to upload with a temporary name and rename the file after the transfer is complete. An upload that is not complete, will not be renamed. This is useful for uploading to watch folders, that should only pick up a file once the upload is complete. To specify a different temporary filename pattern, use the [hidden configuration option](preferences.md#hidden-configuration-options)
89+
An option to upload with a temporary name and rename the file after the transfer is complete. An upload that is not complete, will not be renamed. This is useful for uploading to watch folders, that should only pick up a file once the upload is complete. To specify a different temporary filename pattern, use the [hidden configuration option](../tutorials/hidden_properties.md)
9090

9191
```
92-
defaults write ch.sudo.cyberduck queue.upload.file.temporary.format "'{0}-{1}'"
92+
queue.upload.file.temporary.format="'{0}-{1}'"
9393
```
9494

9595
where `{0}` is the original filename and `{1}` is a random UUID. The default setting uses a temporary filename of `filename-uuid`.

mountainduck/connect/online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ Network problems and quota or authentication failures will cause the mounted vol
5555

5656
### Auto Unmount on Connection Error
5757

58-
To disable the unmount upon failure use a [hidden configuration option](../preferences.md#hidden-configuration-options) `unmount.auto=false`.
58+
To disable the unmount upon failure use a [hidden configuration option](../../tutorials/hidden_properties.md) `unmount.auto=false`.

0 commit comments

Comments
 (0)