Skip to content

Python script to parse the Most Recently Used (MRU) plist files on macOS into a more human friendly format.

Notifications You must be signed in to change notification settings

mac4n6/macMRU-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

macMRU-Parser

Python script to parse the Most Recently Used (MRU) plist files on macOS into a more human friendly format.

Usage:

python macMRU.py [-h] [--blob_hex] [--blob_parse_human] [--blob_parse_raw] MRU_DIR

Output Options:

  • --blob_hex - Extract the binary BLOB Bookmark data
  • --blob_parse_raw - Parse the BLOB data in a raw format
  • --blob_parse_human - Parse the BLOB data in a (mostly) human-friendly format

Dependencies:

Related Information:

https://www.mac4n6.com/blog/2016/7/10/new-script-macmru-most-recently-used-plist-parser

About

Python script to parse the Most Recently Used (MRU) plist files on macOS into a more human friendly format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages