Make OS X screenshots without window shadows
When you take a screenshot on Mac there’s always a shadow around the screenshot by default. Disable the shadow from the screenshot with this Terminal command. Be aware, this command only works on a Mac...
View ArticleAdd a blank space to the Dock
Did you know that you can customize the Dock in OS X through terminal? With the following defaults write you can add a blank space to the Dock. This is a better way to organize applications. defaults...
View ArticleUse plain text as default format in TextEdit
TextEdit is a simple application for quickly writing text and notes. The text can be edited in RTF (Rich Text Format) mode, as well as plain text. With the following defaults write command you can...
View ArticleEnable a larger Dock Icon size than default
Through the system preferences you can adjust the size of the Dock icons. Unfortunately, you can’t go larger than 256 pixels. With the following command you can change the size in different sizes....
View ArticleDisplay the file extensions in Finder
File extensions (.jpg, .txt, .pdf, etc) are normally hidden by default in OS X. You can either set all extensions to be displayed through the following command: defaults write NSGlobalDomain...
View ArticleReset OS X/macOS Dock to default settings
There is a Terminal command that you can use to quickly make your dock look like new again. Do you experience problems with the Dock on your Mac? The best you can do is to reset it to default settings....
View ArticleEnable the expand save panel by default
Sometimes it can happen when saving a document that you have to click first on the triangle next to the Location field to open the expanded save window. This can be very confusing, with the following...
View ArticleShow one application at a time
In macOS and OS X it’s possible to show one application at a time. You can enable a ‘single application’ mode by entering the following command in Terminal: defaults write com.apple.dock single-app...
View ArticleAdding ‘Quit’ option to Finder on a Mac
Did you know you can add the Quit option to the Finder’s application menu? This allows you to easily quit the application. After quitting you can restart Finder by clicking on the Finder icon in the...
View ArticlemacOS: Display additional information on the loginscreen
You can display additional information on the loginscreen of macOS. After applying the command you can click on the clock in the upper right corner, toggle between clock, IP address, macOS version and...
View Article