*: fix typos reported by Hunspell (#5848)

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
This commit is contained in:
bl-ue
2021-05-20 16:13:41 -04:00
committed by GitHub
parent 3d70909e0c
commit 8ebd171d6f
267 changed files with 358 additions and 360 deletions

View File

@@ -1,6 +1,6 @@
# bless
> Set volume bootability and startup disk options.
> Set volume boot capability and startup disk options.
> More information: <https://ss64.com/osx/bless.html>.
- Bless a volume with only Mac OS X or Darwin, and create the BootX and `boot.efi` files as needed:

View File

@@ -1,6 +1,6 @@
# csshX
> Cluster SSH tool for MacOS.
> Cluster SSH tool for macOS.
> More information: <https://github.com/brockgr/csshx>.
- Connect to multiple hosts:

View File

@@ -1,8 +1,8 @@
# imgcat
> A utility to display images directly on the command line.
> A utility to display images directly on the command-line.
> Requires a compatible terminal such as iTerm2.
- Display an image on the command line:
- Display an image on the command-line:
`imgcat {{filename}}`

View File

@@ -7,6 +7,6 @@
`indent {{path/to/source.c}} {{path/to/indented_source.c}} -nbad -nbap -bc -br -c33 -cd33 -cdb -ce -ci4 -cli0 -di16 -fc1 -fcb -i4 -ip -l75 -lp -npcs -nprs -psl -sc -nsob -ts8`
- Format C/C++ source according to the style of Kernigan & Ritchie (K&R):
- Format C/C++ source according to the style of Kernighan & Ritchie (K&R):
`indent {{path/to/source.c}} {{path/to/indented_source.c}} -nbad -bap -nbc -br -c33 -cd33 -ncdb -ce -ci4 -cli0 -cs -d0 -di1 -nfc1 -nfcb -i4 -nip -l75 -lp -npcs -nprs -npsl -nsc -nsob`

View File

@@ -1,6 +1,6 @@
# mas
> Command line interface for the Mac App Store.
> Command-line interface for the Mac App Store.
> More information: <https://github.com/mas-cli/mas>.
- Sign into the Mac App Store for the first time:

View File

@@ -1,6 +1,6 @@
# osascript
> Run AppleScript or JavaScript for Automation (JXA) from the command line.
> Run AppleScript or JavaScript for Automation (JXA) from the command-line.
- Run an AppleScript command:

View File

@@ -10,6 +10,6 @@
`qlmanage {{*.jpg}} -t -s {{300}} {{path/to/directory}}`
- Reset Quicklook:
- Reset QuickLook:
`qlmanage -r`

View File

@@ -1,6 +1,6 @@
# softwareupdate
> A tool for updating MacOS App Store apps via the command line.
> A tool for updating macOS App Store apps via the command-line.
- List all available updates:

View File

@@ -1,15 +1,15 @@
# xed
> Opens files for editing in XCode.
> Opens files for editing in Xcode.
- Open file in XCode:
- Open file in Xcode:
`xed {{file1}}`
- Open file(s) in XCode, create if it doesn't exist:
- Open file(s) in Xcode, create if it doesn't exist:
`xed -c {{filename1}}`
- Open a file in XCode and jump to line number 75:
- Open a file in Xcode and jump to line number 75:
`xed -l 75 {{filename}}`