Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinthedark/raycast-restart-system-processes
Raycast extension to restart system processes such as Finder, Dock, Menu Bar, Audio and more!
https://github.com/xinthedark/raycast-restart-system-processes
Last synced: about 16 hours ago
JSON representation
Raycast extension to restart system processes such as Finder, Dock, Menu Bar, Audio and more!
- Host: GitHub
- URL: https://github.com/xinthedark/raycast-restart-system-processes
- Owner: XInTheDark
- Created: 2024-08-07T11:46:42.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T14:20:32.000Z (3 months ago)
- Last Synced: 2024-08-08T15:51:48.088Z (3 months ago)
- Language: JavaScript
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Restart System Processes
## Mac feeling sluggish? Hit the refresh button on your system!
We’ve all been there: your trusty Mac starts acting up. Finder freezes, the Dock disappears, or your audio goes haywire. ðŸ˜
Instead of a full reboot, this extension lets you **surgically restart** individual system processes like Finder, Dock, Menu Bar, Audio and more!
Get back to work faster with a quick refresh. ✨## Processes
By default, the following processes can be restarted:
- Finder
- Dock
- SystemUIServer (e.g. Menu Bar)
- Audio
- Bluetooth
- WindowServer## Options
### Sudo
Some processes require root privileges to restart. However, this extension is unable to request you to enter your password.
Therefore, if some processes are not working for you, then you have to enable Touch ID authentication for `sudo` command.Simply follow the guide here: https://apple.stackexchange.com/a/466029.
### Advanced Mode
With this option enabled, all the currently-running system processes are listed. This means you can restart
**any** âš¡ system process on your Mac!Additionally, the extension uses `launchctl stop` to restart them.