Wir stehen zur Ukraine, um die Menschen in Sicherheit zu bringen. Mitmachen
DE
Wenn Sie über Links auf unserer Website einkaufen, erhalten wir möglicherweise eine Affiliate-Provision

Quit für Mac

Bash-Skript zum höflichen Beenden von Anwendungen über das Terminal.

Kostenlos
Version 1.9.2
4.7
Basierend auf 6 Nutzerbewertungen

Quit Überblick

Beenden ist ein ausführbares Bash-Skript, das es schnell und einfach macht, Anwendungen über die Befehlszeile höflich zu beenden.

Dieses Skript nimmt einen oder mehrere Anwendungsnamen als Argumente und verwendet osascript, um jeder Anwendung zu sagen, dass sie beendet werden soll. Im Gegensatz zu kill und killall ermöglicht dies den Anwendungen, Dateien zu speichern und alle notwendigen Operationen vor dem Beenden durchzuführen.

Was ist neu in Version 1.9.2

Version 1.9.2:
  • Behebt einen Fehler, der in 1.9.1 eingeführt wurde, bei dem 'alle beenden' nur eine App beendete und dann Fehlermeldungen für die restlichen Anwendungen erzeugte.
  • Bessere Absicherung bei einigen leider notwendigen GUI-Skripten für Benutzer und/oder Anwendungen, die die integrierte Autosave-Funktion von OS X nicht nutzen.
  • Bessere Handhabung von Anwendungen mit eigenwilligen Implementierungen des Beenden-Befehls in ihren AppleScript-Bibliotheken (ähem, iTunes).

Quit für Mac

Kostenlos
Version 1.9.2
Schreiben Sie eine ausführliche Rezension zu Quit

Schreiben Sie Ihre Gedanken in unserem klassischen Kommentarfeld

MacUpdate Kommentarrichtlinie. Wir empfehlen ausdrücklich, Kommentare zu hinterlassen – Kommentare mit beleidigenden Wörtern, Mobbing oder persönlichen Angriffen jeglicher Art werden moderiert.
4.7

(9 Rezensionen zu Quit)

  • Kommentare

  • Nutzerbewertungen

gngramkishore
gngramkishore
Apr 18, 2017
1.9.2
4.0
Apr 18, 2017
4.0
Version: 1.9.2
That was a brilliant utility thanks to the developers. Just to get more of it, I would like to have following fixed for closing office files when there is a save as window shown and also a dialog displayed. FYI... The above were part of my OSX automation requirements. (: Thanks a lot.
Bottacco
Bottacco
Oct 9, 2013
1.8
5.0
Oct 9, 2013
5.0
Version: 1.8
This is a great CLI utility. It should be included in Darwin by default. Thank you to the developers for something useful and free. Cheers from Spain,
Kankei71
Kankei71
Jul 17, 2011
1.6
4.0
Jul 17, 2011
4.0
Version: 1.6
Like it :) What about 'quit all'?
Jerry-Krinock
Jerry-Krinock
Mar 26, 2011
1.3
5.0
Mar 26, 2011
5.0
Version: 1.3
Thank you, Jon. Apple should have included this in Mac OS X. The 'open' command has been in since NeXTSTEP. Why not 'quit'? Anyhow, I added an option '-f' which says to *not* print an error message if the requested app is not running. Following is the 'diff' output which shows the difference between Jon's original and mine. Users can add this option to the script using the 'patch' command on their Mac. Basic tutorial: http://www.linuxtutorialblog.com/post/introduction-using-diff-and-patch-tutorial Intermediate tutorial: http://www.linuxtutorialblog.com/post/introduction-using-diff-and-patch-tutorial Here's the patch text, created by diff. I hope that MacUpdate's system doesn't munge it up. 22a23,25 > # > # This is Jon's version 1.3, with the -f option added by > # Jerry Krinock, 20110325 27c30 < echo "Usage: `basename "$0"` [-a] [-p] [-s|n] " --- > echo "Usage: `basename "$0"` [-a] [-p] [-s|n] [-f] " 44a48 > echo " -f Do not print an error message if app is not running" 166c170,171 < while getopts "apns" opt --- > ignoreNotRunning="false" > while getopts "apnsf" opt 172a178 > f) ignoreNotRunning="true" ;; 206c212,215 < echo "No running application matches \"$arg\"" --- > if [[ $ignoreNotRunning == "false" ]] > then > echo "No running application matches \"$arg\"" > fi
Borlox
Borlox
Feb 6, 2010
1.2
0.0
Feb 6, 2010
0.0
Version: 1.2
The script allows you to quit a GUI application remotely while optionally saving unsaved changes in open documents. While this sounds like a good idea, it should be used with caution. Over an SSH connection, you have no way of knowing the state of the document you're saving. Maybe, since you left the computer, your cat or your three-year-old has filled the document buffer with gibberish, which you're now going to save in place of the original. A better plan would be never to leave open documents unsaved when getting up from the computer. Then you won't need this script. If you must quit an application remotely and you think it has unsaved changes, use Screen Sharing to view the document before saving it.
gngramkishore
gngramkishore
Apr 18, 2017
4.0
Apr 18, 2017
4.0
Version: null
Bottacco
Bottacco
Oct 9, 2013
5.0
Oct 9, 2013
5.0
Version: null
Kankei71
Kankei71
Jul 17, 2011
4.0
Jul 17, 2011
4.0
Version: null
Jerry-Krinock
Jerry-Krinock
Mar 26, 2011
5.0
Mar 26, 2011
5.0
Version: null
Ayub
Ayub
Aug 31, 2009
5.0
Aug 31, 2009
5.0
Version: null
Jichi
Jichi
Jul 22, 2009
5.0
Jul 22, 2009
5.0
Version: null