Add command to show file extensions in finder
This commit is contained in:
parent
1b828ef2e8
commit
01cab85e4b
@ -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