📅  最后修改于: 2023-12-03 14:47:47.623000             🧑  作者: Mango
Swift Quit App is a simple command line tool that allows developers to force quit any app on their macOS device using the command line. This tool can be helpful when there is an unresponsive or frozen application that cannot be closed using the regular methods.
To install Swift Quit App, follow these steps:
Open Terminal on your Mac.
Install Homebrew by running the following command in Terminal:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Once Homebrew is installed, run the following command to install Swift Quit App:
brew install jakeheis/SwiftQuitApp/swiftquitapp
Verify that Swift Quit App has been installed by running the following command:
swiftquitapp --help
This command should display the list of available options for the tool.
To use Swift Quit App, follow these steps:
Open Terminal on your Mac.
Run the following command to quit any app:
swiftquitapp -a [app name]
Replace [app name] with the name of the app you want to quit (without the brackets).
For example, if you want to quit Google Chrome, run the following command:
swiftquitapp -a "Google Chrome"
Swift Quit App will force quit the app you specified in the command.
Swift Quit App provides the following options:
-a, --app [app name]
: quits the specified app.-l, --list
: lists all running apps.-h, --help
: displays help information about Swift Quit App.Swift Quit App is a simple yet useful tool for developers who want to force quit unresponsive apps on their macOS machines. It is easy to install and use, and it provides a helpful list of options to choose from. Give it a try and see how it works for you!