Skip to the content.

OneClick



OneClick can give you quick access to some macOS functions from MenuBar!

💾 Downloads

Github All Releases

Support me with a star! ⭐️

Not fully compatible with macOS Ventura 13.0

OneClick 2.x is currently in beta i need to fix some errors and bugs

This is a hobbyist app

Show functions
### Hide/Show desktop 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``` ### Hide/Show dock 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'``` ### Enable/disable power saving 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) ### Enable/disable dark mode 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'``` ### Caffeinate Commands: * ```caffeinate``` * ```killall caffeinate``` ### Empty trash Command: * ```osascript -e 'tell application \"Finder\" to empty trash'``` ### Clear memory Command: * ```osascript -e 'do shell script \"purge\" with administrator privileges'``` ### Take screenshot Command: * ```screencapture -T 3 -t png -P Desktop/screenshot.png```

⚙️ Settings

From settings you can select Themes (dark and light), “launch at login” function and edit the main view elements.

General Edit Custom Toggles

Custom Toggles (Beta)

This is a beta feature, you can only add one custom toggle

🎨 Themes

Here a preview of light and dark themes

           

ToDo

Reviews

Credits