OneClick can give you quick access to some macOS functions from MenuBar!
- macOS 12.x (Monterey)
- Intel app (only 1.4 and before)
- Apple Silicon app (all versions)
Support me with a star! βοΈ
Not fully compatible with macOS Ventura 13.0
- Releases
- HomeBrew soon ...
OneClick 2.x is currently in beta i need to fix some errors and bugs
This is a hobbyist app
Show functions
Commands:
- defaults write com.apple.finder CreateDesktop false ; killall Finder
- defaults write com.apple.finder CreateDesktop true ; killall Finder
Hide/Show hidden files/folders
Commands:
- defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
- defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder
Commands:
- osascript -e 'tell application \"System Events\" to set the autohide of the dock preferences to true'
- osascript -e 'tell application \"System Events\" to set the autohide of the dock preferences to false'
Commands:
- osascript -e 'do shell script \"pmset -a lowpowermode 1\" with administrator privileges'
- osascript -e 'do shell script \"pmset -a lowpowermode 0\" with administrator privileges'
- these commands need root access (the app will ask for administrator password or touchID)
Commands:
- osascript -e 'tell application \"System Events\" to tell appearance preferences to set dark mode to true'
- osascript -e 'tell application \"System Events\" to tell appearance preferences to set dark mode to false'
Commands:
- caffeinate
- killall caffeinate
Command:
- osascript -e 'tell application \"Finder\" to empty trash'
Command:
- osascript -e 'do shell script \"purge\" with administrator privileges'
Command:
- screencapture -T 3 -t png -P Desktop/screenshot.png
From settings you can select Themes (dark and light), "launch at login" function and edit the main view elements.
| General | Edit | Custom Toggles | 
|---|---|---|
|  |  |  | 
This is a beta feature, you can only add one custom toggle
Here a preview of light and dark themes
|  |  |  |  |  |  | 
|  |  |  |  |  |  | 
- Select theme image from storage
- Persistent data (at the moment settings will reset if you close the app)
- New Functions
- Custom toggles


