pages*: add missing mnemonics (#12151)

* pages*: add missing mnemonics

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Vitor Henrique
2024-02-19 11:13:42 -03:00
committed by GitHub
parent 61304de923
commit 1ba7fb9460
26 changed files with 73 additions and 65 deletions

View File

@@ -11,23 +11,23 @@
`carbon-now --from-clipboard`
- Create an image from `stdin` using default settings:
- Create an image from `stdin` using default settings and copy to the clipboard:
`{{input}} | carbon-now`
`{{input}} | carbon-now --to-clipboard`
- Create images interactively for custom settings and optionally save a preset:
- Create images [i]nteractively for custom settings and optionally save a preset:
`carbon-now -i {{path/to/file}}`
- Create images from previously saved preset:
- Create images from a previously saved [p]reset:
`carbon-now -p {{preset}} {{path/to/file}}`
- Start at a specified line of text:
- [s]tart at a specified line of text:
`carbon-now -s {{line}} {{path/to/file}}`
- End at a specific line of text:
- [e]nd at a specific line of text:
`carbon-now -e {{line}} {{path/to/file}}`