Is there a stopwatch ??

I'm kind of shocked at having so much difficulty finding such a basic app.
Mac's come with a calculator , a dictionary and even chess , so where's the stopwatch/timer ?
easy star I hope 🙂

all the latest of Leopard except the old Tiger eMac, Mac OS X (10.5)

Posted on Nov 7, 2009 6:27 PM

Reply
6 replies

Nov 7, 2009 7:48 PM in response to doug pennington

I'm not really terminal savvy

I searched spotlight and obviously got no results. I also searched the downloads section at the Apple site with no results which is strange because I would think something would be available but since it's such a basic app I guess nobody would want to pay for it.

It comes with iPods! Why not put it in the computers?

I also searched here in the Discussion section and got nothing with "Stopwatch" in the title so hopefully someone will recommend a good one. Possibly they'll be helping out more then just one user.

Message was edited by: Bobsax

Nov 7, 2009 8:29 PM in response to Bobsax

Ok, Let's try this route(& MacUpdate has a lot of info for timers & swatches). Open Script Editor/File/New and paste this:

tell application "Terminal"

activate

do script "time cat"

end tell

Then in top menu of that page: hit Compile, record, stop and run(let them all do their task before doing each task). And save menu as Application to Desktop(or wherever). Once that's done , double click that app and terminal will start running your stopwatch/timer until you stop it with control c. And "real" is what you want. Then type exit and close window. Now what I just typed was the long way to do what I answered earlier, but as a lovely parting gift you get a desktop App......

Nov 21, 2009 4:26 PM in response to doug pennington

doug pennington wrote:
Ok, Let's try this route(& MacUpdate has a lot of info for timers & swatches). Open Script Editor/File/New and paste this:

tell application "Terminal"
activate
do script "time cat"
end tell

Then in top menu of that page: hit Compile, record, stop and run(let them all do their task before doing each task). And save menu as Application to Desktop(or wherever). Once that's done , double click that app and terminal will start running your stopwatch/timer until you stop it with control c. And "real" is what you want. Then type exit and close window. Now what I just typed was the long way to do what I answered earlier, but as a lovely parting gift you get a desktop App......

Doug
Thank you but I'll pass. I can see disaster written all over that wall. I've crashed a few computers fooling around with things I didn't understand.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Is there a stopwatch ??

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.