Acidham / chromium-hist-bookmarks

Search in Chromium History and Bookmarks
137 stars 18 forks source link

Search in multiple Chrome profiles #37

Open emirhan87 opened 10 months ago

emirhan87 commented 10 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 4 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 4 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 4 months ago

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