*: 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:
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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}}`
|
||||
|
@@ -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`
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -10,6 +10,6 @@
|
||||
|
||||
`qlmanage {{*.jpg}} -t -s {{300}} {{path/to/directory}}`
|
||||
|
||||
- Reset Quicklook:
|
||||
- Reset QuickLook:
|
||||
|
||||
`qlmanage -r`
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user