Skip to content

Instantly share code, notes, and snippets.

@c3ph3us
Forked from crok/Bookmarks.md
Created October 18, 2021 17:34
Show Gist options
  • Save c3ph3us/f0a82e5b7d861b000b0b1ea30bb0123b to your computer and use it in GitHub Desktop.
Save c3ph3us/f0a82e5b7d861b000b0b1ea30bb0123b to your computer and use it in GitHub Desktop.
cat [google_chrome_exported_bookmarks].html | grep "<DT><A HREF=" | sed 's%.*DT.*HREF="%%g' | sed 's%".*ICON="">% -- %g' | sed 's%".*ADD_DATE="">% -- %g' | sed 's%</A>%%g' | sed 's%http%* [http%g' | sed 's% -- %] -- %g' > bookmarks.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment