*: path/to/everything (#9589)

This commit is contained in:
pixel
2022-12-04 10:12:49 +01:00
committed by GitHub
parent ab7a36fbe6
commit 0d99563193
61 changed files with 147 additions and 147 deletions

View File

@@ -5,7 +5,7 @@
- Create an image from a file using default settings:
`carbon-now {{file}}`
`carbon-now {{path/to/file}}`
- Create an image from a text in clipboard using default settings:
@@ -17,20 +17,20 @@
- Create images interactively for custom settings and optionally save a preset:
`carbon-now -i {{file}}`
`carbon-now -i {{path/to/file}}`
- Create images from previously saved preset:
`carbon-now -p {{preset}} {{file}}`
`carbon-now -p {{preset}} {{path/to/file}}`
- Start at a specified line of text:
`carbon-now -s {{line}} {{file}}`
`carbon-now -s {{line}} {{path/to/file}}`
- End at a specific line of text:
`carbon-now -e {{line}} {{file}}`
`carbon-now -e {{line}} {{path/to/file}}`
- Open image in a browser instead of saving:
`carbon-now --open {{file}}`
`carbon-now --open {{path/to/file}}`