Options (4)
-i, --interactivebooleanCreate images interactively for custom settings and optionally save a preset
Example:
carbon-now {{[-i|--interactive]}} {{path/to/file}}-p, --presetbooleanCreate images from a previously saved preset
Example:
carbon-now {{[-p|--preset]}} {{preset}} {{path/to/file}}-s, --startbooleanStart at a specified line of text
Example:
carbon-now {{[-s|--start]}} {{line}} {{path/to/file}}-e, --endbooleanEnd at a specific line of text
Example:
carbon-now {{[-e|--end]}} {{line}} {{path/to/file}}Examples (8)
Create an image from a file using default settings
carbon-now path/to/fileCreate an image from a text in clipboard using default settings
carbon-now --from-clipboardCreate an image from `stdin` using default settings and copy to the clipboard
input | carbon-now --to-clipboardCreate images interactively for custom settings and optionally save a preset
carbon-now [-i|--interactive] path/to/fileCreate images from a previously saved preset
carbon-now [-p|--preset] preset path/to/fileStart at a specified line of text
carbon-now [-s|--start] line path/to/fileEnd at a specific line of text
carbon-now [-e|--end] line path/to/fileOpen image in a browser instead of saving
carbon-now --open path/to/filemade by @shridhargupta | data from tldr-pages