Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.39 KB

readme.md

File metadata and controls

37 lines (26 loc) · 1.39 KB

Chrome Bookmarks

Build Status

Searches through your current Chrome bookmarks. This does not cache them in a database, but reads directly from the JSON bookmarks file. This makes it drastically faster.

This will search through the name of your bookmark and the URL. It will split your query into grams for inclusive matching and a ranking system to show relevant results first.

Multiple or Single Profiles

By default we will search all of your profiles, if you wish to just search one profile you can modify the profile path. If you open the workflow in Alfred you can double click the "Script Filter" to edit it. You can see a PROFILE item that points to the path of your profile. By default it looks like:

PROFILE="~/Library/Application Support/Google/Chrome/**/Bookmarks" php
bookmarks.php {query}

Simply change ~/Library/Application Support/Google/Chrome/**/Bookmarks to the single path. For example:

  • ~/Library/Application Support/Google/Chrome/Default/Bookmarks
  • ~/Library/Application Support/Google/Chrome/Profile 2/Bookmarks

Screen shot

screenshot

Installing