Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  System / Utilities  |  Shutdown / Launch Utilities  |  quit

quit

quit - 0.1

command line tool to quit Aqua applications

All Time: Not rated (0.0)
This Version: Not rated (0.0)
Current Version: 0.1
Release Date: 2003-06-12
License: Freeware
Downloads (this version): 1,028
Downloads (all versions): 1,028

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

quit is a shell script for Mac OS X to quit Aqua apps from the command line using osascript.

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.2
  • Mac OS X 10.1
  • Mac OS X 10.0

Additional Requirements:

  • Mac OS X

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

quit Commentarynone of these work.. - Version: 0.1, 6/13/2003 05:53AM PST

(0 of 2 users found this comment useful)

dfbillsPRO
Guys-

none of these work.. but, you know what does?

kill -9 processnumber
Post a commentAlert Admin

Most Recent Replies: View All 3 Replies

quit CommentaryThis is a lot easier than using applescript. - Version: 0.1, 6/12/2003 09:35PM PST

(2 of 6 users found this comment useful)

Brak
Save yourself some anguish and just use this. It will get the job done for certain
kill `ps -caxwwopid,command | grep $1 | cut -b 1-6`;
Replace $1 with the app name like "TextEdit" or "Safari". You can just paste this in the Terminal whenever you gotta kill an unresponsive app.
Post a commentAlert Admin

Most Recent Replies: View All 2 Replies

quit Usage Tipanother tip - Version: 0.1, 6/12/2003 09:05PM PST

(0 of 1 users found this comment useful)

sooloo
if the app name contains spaces, you have to enclose it in quotes, or escape the space with a backslash.
Post a commentAlert Admin

Most Recent Replies: View All 3 Replies