Skip to content

Instantly share code, notes, and snippets.

@crok
Last active April 18, 2024 19:04
Show Gist options
  • Save crok/7cbdfb9671a84e2a8b8ce94def12cc7e to your computer and use it in GitHub Desktop.
Save crok/7cbdfb9671a84e2a8b8ce94def12cc7e 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