Guest User

Untitled

a guest
Nov 14th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. 1. Install xmlstarlet
  2. 2. Copy Bookmarks.plist out of ~/Library/Safari manually because there are weird permissions on that folder
  3.  
  4. ```
  5. plutil -convert xml1 -s -o - Bookmarks.plist | xml sel -t -v '//dict[key = "ReadingList"]/key[text() = "URLString"]/following-sibling::string[1]/text()' > Bookmarks.txt
  6. ```
Add Comment
Please, Sign In to add comment