DS Store

From RCATs


About .ds_stores

.DS_Store files contain records of the different properties (fields) of the files or directories of the directory of .DS_Store. These fields can specify things like modification dates, icons, backgrounds, comments, etc. This program parses, displays, and explains all the fields currently known in .DS_Store. (There's a lot!)

# Clone the repo
sudo git clone https://github.com/HanwenZhu/.DS_Store-parser

# CD into the Directory below
cd .DS_Store-parser

# Run the command with the downloaded .ds_store file
python3 parse.py <.DS_Store file>