System Grab Bag

View all TLDR pages from common (or from all pages)

silicon

Create an image of source code. More information: https://github.com/Aloxaf/silicon.
  • Generate an image from a specific source file:
    silicon {{path/to/source_file}} --output {{path/to/output_image}}
  • Generate an image from a source file with a specific programming language syntax highlighting (e.g. rust, py, js, etc.):
    silicon {{path/to/source_file}} --output {{path/to/output_image}} --language {{language|extension}}
  • Generate an image from stdin:
    {{command}} | silicon --output {{path/to/output_image}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.