capitalization fixes for the titles.
This commit is contained in:
parent
15704c5eb5
commit
5c542bfffa
11
README.md
11
README.md
@ -297,27 +297,28 @@ atsutil databases -removeUser && atsutil server -shutdown && atsutil server -pin
|
|||||||
|
|
||||||
## Open
|
## Open
|
||||||
|
|
||||||
#### Open a Url
|
#### Open Url
|
||||||
```bash
|
```bash
|
||||||
open http://www.github.com
|
open http://www.github.com
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Open a file
|
#### Open File
|
||||||
```bash
|
```bash
|
||||||
open README.md
|
open README.md
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Open an application using -a
|
#### Open Applications
|
||||||
|
You can open applications using -a
|
||||||
```bash
|
```bash
|
||||||
open -a "Google Chrome" http://www.github.com
|
open -a "Google Chrome" http://www.github.com
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Open a directory in Finder
|
#### Open Directory
|
||||||
```bash
|
```bash
|
||||||
open /path/to/directory
|
open /path/to/directory
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Open the current directory
|
#### Open Current Directory
|
||||||
```bash
|
```bash
|
||||||
open .
|
open .
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user