ds_store lets you examine and modify .DS_Store files from Python code; since it is written in pure Python, it is portable and will run on any platform, not just Mac OS X.
ds_store lets you examine and modify .DS_Store files from Python code; since it is written in pure Python, it is portable and will run on any platform, not just Mac OS X.
To install py310-ds-store, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-ds-store
To see what files were installed by py310-ds-store, run:
port contents py310-ds-store
To later upgrade py310-ds-store, run:
sudo port selfupdate && sudo port upgrade py310-ds-store
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.