Currently only support for bookmarks at this location:
-
Chrome (OSX)
~/Library/Application\ Support/Google/Chrome/Default/Bookmarks
Install via Rubygems.org:
$ gem install chromarks
Running Chromarks without any parameters output ALL known bookmarks:
$ chromarks
To open a given bookmark run:
$ chromarks <ID>
To search bookmarks, provide a search term like so:
$ chromarks '<search term(s)>'
alias cm='chromarks'
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request