- https://www.alfredapp.com/
- https://rectangleapp.com/
- https://freemacsoft.net/appcleaner/
- https://pilotmoon.com/scrollreverser/
- https://github.com/Ji4n1ng/OpenInTerminal
- Screenshot - https://shottr.cc/
- https://apps.apple.com/us/app/amphetamine/id937984704
- https://github.com/gao-sun/eul
- https://github.com/MonitorControl/MonitorControl#readme
- Equalizer - https://eqmac.app/
- https://apps.apple.com/us/app/otp-manager/id928941247
- https://hyper.is/
- Calculator - https://numi.app/
- Dropzone 4 - https://aptonic.com/
- Screenshot - https://cleanshot.com/
- Alt Tab - https://alt-tab-macos.netlify.app/
Command + Control + Shift + 4 to snap, at the same time copy.
Read more here.
defaults write com.apple.Dock appswitcher-all-displays -bool true
killall DockRef: https://superuser.com/a/1625752
sudo spctl –-master-disable # disable
sudo spctl --master-enable # re-enableRef: https://osxdaily.com/2015/05/04/disable-gatekeeper-command-line-mac-osx/
At the directory where your xcworkspace or xcodeproj is, run the following command.
xed .Ref: https://stackoverflow.com/a/52739630/5366727
In IntelliJ, go to Tools > Create Commandline Launcher for one-time setup.
At the directory where your Java project is, run the following command.
idea .Ref: https://stackoverflow.com/a/49819015/5366727
When connected to VPN, k9s might not be able to resolve private host names.
This happens when k9s is installed via Homebrew, where Cgo is disabled by default.
To overcome this, we can compile and install k9s from source using go install.
Ref: derailed/k9s#780
Nice!