Make a list of your current applications along with the date you last used them.
- Get the relevant metadata attributes for Applications to mimic "Date last opened" in Finder using mdls
- Convert plist xml output to json using yq
- With jq
- select just the most recent date if multiple dates
- sort the results
- ouput the app name and date to csv