Merge pull request #5 from veloxy/patch-1
Add command to show file extensions in finder
This commit is contained in:
commit
50f33bb31f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user