Forrest logo
back to context overview

carbon-now

List of commands for carbon-now:

  • carbon-now:tldr:58600 carbon-now: Create an image from a text in clipboard using default settings.
    $ carbon-now --from-clipboard
    try on your machine
    explain this command
  • carbon-now:tldr:7507d carbon-now: Create an image from standard input using default settings.
    $ ${input} | carbon-now
    try on your machine
    explain this command
  • carbon-now:tldr:7b9f8 carbon-now: Create an image from a file using default settings.
    $ carbon-now ${filename}
    try on your machine
    explain this command
  • carbon-now:tldr:7caa6 carbon-now: Create images from previously saved preset.
    $ carbon-now -p ${preset} ${filename}
    try on your machine
    explain this command
  • carbon-now:tldr:8e33a carbon-now: Create images interactively for custom settings and optionally save a preset.
    $ carbon-now -i ${filename}
    try on your machine
    explain this command
  • carbon-now:tldr:e079b carbon-now: Open image in a browser instead of saving.
    $ carbon-now --open ${filename}
    try on your machine
    explain this command
  • carbon-now:tldr:e40d4 carbon-now: End at a specific line of text.
    $ carbon-now -e ${line} ${filename}
    try on your machine
    explain this command
  • carbon-now:tldr:fbe47 carbon-now: Start at a specified line of text.
    $ carbon-now -s ${line} ${filename}
    try on your machine
    explain this command
back to context overview