DS Store

From RCATs
Revision as of 17:38, 1 February 2023 by Ali3nw3rx (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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>