From b63659e48d05eaecf8547331cfb74ecc6d83c4ed Mon Sep 17 00:00:00 2001 From: Hummer12007 Date: Sun, 18 Oct 2015 14:15:22 +0300 Subject: [PATCH 1/2] Added a command to manage metadata file creation --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 74408ff..f6f72bb 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,19 @@ Sets size to 'medium'. ```bash defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 2 ``` +### Metadata Files + +#### Disable Creation of Metadata Files on Network Volumes +Disables creation of .DS_Store and ._filename files. +```bash +defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true +``` + +#### Disable Creation of Metadata Files on USB Volumes +Disables creation of .DS_Store and ._filename files. +```bash +defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true +``` ### Opening Things From f296350550754c0779200404b741601174ae99d1 Mon Sep 17 00:00:00 2001 From: Hummer12007 Date: Sun, 18 Oct 2015 18:01:29 +0300 Subject: [PATCH 2/2] Added the Metadata Files entry to the index --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6f72bb..fc00b33 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Finder](#finder) - [Files and Folders](#files-and-folders) - [Layout](#layout) + - [Metadata Files](#metadata-files) - [Opening Things](#opening-things) - [Fonts](#fonts) - [Hardware](#hardware)