A simple CLI utility to convert Chrome bookmarks to markdown format.
Just run the CLI ad it will produce chrome bookmarks for all profiles in markdown format:
chrome-bookmarks-to-markdownIf you wish to save returned document to file instead of printing to stdout use --output flag:
chrome-bookmarks-to-markdown --output 'path/to/store/generated/document.md'You can also limit profiles with --profiles flag:
chrome-bookmarks-to-markdown --profiles 'Default,Profile 1'and override default path with Chrome configuration with --input flag.
That's it!
To get the complete list of all flags, use
chrome-bookmarks-to-markdown --helpChrome bookmarks to markdown is open-sourced software licensed under the Apache License 2.0.