Skip to content

Instantly share code, notes, and snippets.

@sugmak
sugmak / chrome_bookmarks_to_html.pl
Created March 21, 2010 14:25
A Perl script to export Google Chrome's bookmark to HTML in order to use from LaunchBar
#!/usr/bin/env perl
use strict;
use warnings;
use JSON;
use utf8;
use Encode;
# use Data::Dumper;
my $chrome_bookmark_file = $ENV{'HOME'}.'/Library/Application Support/Google/Chrome/Default/Bookmarks';