Acidham / chromium-hist-bookmarks

Search in Chromium History and Bookmarks
136 stars 17 forks source link

Search in multiple Chrome profiles #37

Open emirhan87 opened 9 months ago

emirhan87 commented 9 months ago

Most people use multiple Chrome profiles (work, home, etc.) and it would make sense to search in all bookmarks and all history.

zhanzizhen commented 3 months ago

same problem. I solved the problem by editing the config file which is located in /Users/xxxx/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.xxxx/chrom_history.py: image

zhanzizhen commented 3 months ago

same problem. I solved the problem by editing the config file which is located in /Users/xxxx/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.xxxx/chrom_history.py: image

This workflow doesn't work if multiple Chrome profiles are used because the path "Library/Application Support/Google/Chrome/Default/History" doesn't exist.

Acidham commented 3 months ago

yep, per design, but the workaround is a valid workaround. I can think of making the path configurable 🤔