Merge pull request #5 from veloxy/patch-1

Add command to show file extensions in finder
This commit is contained in:
Marcel Bischoff 2015-10-16 14:30:11 +02:00
commit 50f33bb31f

View File

@ -256,6 +256,10 @@ textutil -convert html file.ext
```bash ```bash
chflags hidden /path/to/folder/ chflags hidden /path/to/folder/
``` ```
#### Show All File Extensions
```bash
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
```
#### Show All Hidden Files #### Show All Hidden Files
```bash ```bash