Giter VIP home page Giter VIP logo

alfred-chrome-bookmarks's People

Contributors

afaur avatar kimdwkimdw avatar ytqh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

alfred-chrome-bookmarks's Issues

Can't open bookmarklets

Unable to open bookmarklets.

If I switch it from "default browser" to "chrome" it doesn't give an exception at all, and dies silently.

02_10_16 at 09 32 21am

No longer opening bookmarks (macOS Montery related?)

Hi there,

I updated to macOS Monterey today and I can no longer locate bookmarks. The workflow opens correctly, but when I enter a search term that should work, it no longer finds a result.

Can you/someone please help?

Thanks so much!

Works with Brave too

~/Library/Application Support/BraveSoftware/Brave-Browser/**/Bookmarks

in the configuration of the plugin

Tweak to search keyword inside of brackets?

First off, thanks for making this, it works great by default, but I am looking to tweak it to modify the search query to be inside of brackets []. So if I search 'email', I really want your script to search my Chrome bookmarks for '[email]'. I looked through your bookmarks.php file and added this to the top of the BookmarkModel find method but it doesn't seem to be working.

$term = "[".$term."]";

My guess is that some of your regex code is pruning out my brackets? I am by no means a regex expert and thought I would post this here to see if maybe you knew what was causing it not to work? Thanks for your time!

Bookmarks for multiple Chrome profiles

I have two profiles set up in Chrome, Personal and Work. It seems that when I first set up this workflow, I was able to search my Work bookmarks fine. Now it seems to only search my Personal bookmarks. Note: Personal is set up as my default profile.

Disclaimer: I am not a developer

I looked at the script in the workflow:

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

So I dug into ~/Library/Application Support/Google/Chrome/ further, and found folders named Profile 1 and Profile 2. The Profile 1 folder does not have a Bookmarks JSON file, but Profile 2 does, and the contents seem to match the bookmarks of my work profile.

Is there a way to edit the script so that it searches both JSON files?

Favicons

I'd love to see some favicons.

We could use the favicon sqlite database that Chrome gives us at ~/Library/Application Support/Google/Chrome/Default/Favicons

Or we could use a service like this one.

Or just create another script that'll gather/cache them on a per-domain basis. Maybe this can be a manual process for performance? It just traverses all bookmarks and caches the favicons.

This would be a nice feature but may become a performance hit.

Workflow doesn't handle multiple accounts

Hey, you're workflow doesn't handle multiple google accounts. The following is what I use instead of your one. You may want to consider chucking it in?

for dir in ~/Library/Application\ Support/Google/Chrome/*/
do
    folder=${dir%*/};
    folder=${folder##*/};
    if [[ "$folder" =~ Profile ]] ; then
        file="${dir}Bookmarks";
        if [[ -f $file ]]; then
            PROFILE="$file" php bookmarks.php {query};
        fi
    fi
done

Handle Versions Better

  • Put the version in the description on the workflow.
  • Don't put binaries in the repo
  • Add workflow (non-zip) releases in the releases

Histories are noisy

When I search a bookmark, but many pages are found from history.

alfred-chrome-bookmarks 2017-06-01 09-32-02
In above case, the top of them is my bookmark so it's still better.

They're noisy...

is it able to display the favicons?

I just downloaded this to Alfred and it looks & works great! Is it possible to display the favicons of the individual bookmarks in the picklist?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.