Slashdot Mirror


Tabs for Safari

hexgrid writes "A dream come true! Blacktree, Inc. has released Pith Beta 2, 'a utility for Safari that tracks the currently open sites and displays them in a window.' It's not exactly tabs as we know them in other browsers, but serves the same purpose with the added bonus of being more 'Mac-like.'"

3 of 66 comments (clear)

  1. pith balls by sporty · · Score: 4, Insightful
    Pith is a utility for Safari that tracks the currently open sites and displays them in a window. If Safari crashes, relaunch it, and Pith can recover the windows that were open.


    Um.. and if pith crashes, can safari relaunch it?

    If there should be tabs for safari, then it should be in the browser somehow, not as a second hand utility. By making it a second hand utility, they become two systems that become dependent on each other. No optimization, no good integration. Look at mplayerosx. It's one app that controls the other. It jsut doesn't feel.. seemless.
    --

    -
    ping -f 255.255.255.255 # if only

  2. Don't be daft by hobbit · · Score: 3, Insightful

    Whatever Apple could come up with will be better than this, because it would actually be part of Safari. Do you think they built scripting into Mac OS just so that they could sue people who use it?

    --
    "Wise men talk because they have something to say; fools, because they have to say something" - Plato
  3. Re:I Want This For All Apps by esme · · Score: 3, Insightful
    I should have been more specific -- I want single-click access to every window, like the Gnome taskbar (if you turn off grouping) or the Windows taskbar give you. (I never thought I'd find myself complaining about a usability feature that's present in Windows and Linux, but missing from OSX).

    In fact, I started to write my own taskbar, but I was trying to do it in Java (b/c I don't know Obj-C). The Java APIs will get you a lot of stuff, but crucially won't let you talk to the window server to get the open windows. There are some classes that let you register to receive application lifecycle events, but I couldn't get them to work, either. Maybe I should check out Real Basic to see if it can talk to the window server.

    -Esme