permalink | layout | mainAnchor | title | subtitle |
---|---|---|---|---|
hiddenSessings.html |
default |
hiddenSessings |
Hidden settings |
Settings not yet available from the preferences panel |
Hidden settings
Some settings aren't available from the preferences panel and must be set from CLI.
showNotificationWhenWindowIsOnFront
(boolean
, default false
)
If true
the notification is shown always, otherwise only when the application window isn't in foreground
defaults write com.visualdiffer showNotificationWhenWindowIsOnFront true
folderViewDateFormat
(string
, default taken from system locale settings)
It possible to change how time is shown in the Folder Differ View
Open the terminal application and type
defaults write com.visualdiffer folderViewDateFormat HHmmss
Example above sets the format to show only the time (without date), format patterns can be found at Unicode Technical Standard #35
In any moment it is possible to restore default value deleting the key
defaults delete com.visualdiffer showNotificationWhenWindowIsOnFront
defaults delete com.visualdiffer folderViewDateFormat