• More Fluid Tastiness

    defunkt 21 Apr 2008

    Welp, I finally upgraded to Leopard today. And you know what that means… Fluid! Now that I can run standalone GitHub, I thought it would be fun to play with the provided JS API.

    First up, your unread message count. We don’t have any polling stuff (yet), but it’ll update on every page load:

    Also, if you hold down the GitHub icon there are some quick links available:

    That’s it for now. I’m sure there will be more as both Fluid and GitHub grow. I’d love to figure out a way to add some useful Growl stuff.

    Update: Want to try out the Thumbnail plugin on commits? Go to Preferences and click “Thumbnail,” then add these two rules:

    <a href="http://github.com/">http://github.com/</a>*commits*  .human .message pre a
    <a href="https://github.com/">https://github.com/</a>* .commit .message a
    

    This’ll give you hot coverflow action for commits on your dashboard and any commit log page.

  • Comments

    davidsmalley Mon Apr 21 03:18:42 -0700 2008

    Robby Russell has a good write up of how to get Growl working with Campfire using Fluid – might be some code you can pull and modify there

    jlindley Mon Apr 21 05:41:51 -0700 2008
    jlindley Mon Apr 21 05:42:09 -0700 2008

    I mean, here.

    defunkt Mon Apr 21 08:17:46 -0700 2008

    @davidsmalley: It is indeed good, but I’m not sure activating Growl when browsing to a page is useful. So, still trying to think of something.

    jfernandez Mon Apr 21 09:20:43 -0700 2008

    I would love to see links to branches when you right click or hold down the icon… or maybe direct links to the repos you’re watching

    anildigital Mon Apr 21 13:20:59 -0700 2008

    I have to upgrade to Leopard now :)

    drnic Mon Apr 21 14:29:47 -0700 2008

    Perhaps someone could build a common fluid app + post it as a github project.

    drnic Mon Apr 21 14:46:50 -0700 2008

    The Thumbnail stuff is very cute.

    defunkt Mon Apr 21 14:58:43 -0700 2008

    @drnic: I don’t think there’s any support for that yet, but it’s coming soon.

    itod Mon Apr 21 17:30:19 -0700 2008

    hey github guys, i think what you’re doing with fluid is great! thanks a ton for adding support for the JS API!

    @drnic I’d really prefer if you head over to the Fluid site, download the app and create your own SSB, but no biggie.

    itod Mon Apr 21 17:32:00 -0700 2008

    oh, btw, my name’s todd and i develop fluid :0]

    peace

    seangeo Tue Apr 22 05:26:43 -0700 2008

    Thumbnails don’t seem to work for private repositories, the URLs are missing the host part.

    coffeepostal Fri Jan 30 11:49:30 -0800 2009

    Looks like someone has done the Growl/Dock notifications: http://userscripts.org/scripts/show/37620

    mxcl Sat Jun 20 05:59:18 -0700 2009

    I don't understand, shouldn't there be links to the userscripts or something somewhere in this post?

    ulfklose Tue Nov 03 15:52:32 -0800 2009

    Thumbnails don't work for me :-(. Where are they expected to show up? Or do I have to do anything more than written here?

    Please log in to comment.