logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lepton-embed - Embed/unembed schematic components and pictures

Author

       The initial  program  (gschlas,  later  renamed  to  lepton-schlas)  has  been  written  by  Ales  Hvezda
       <ahvezda@seul.org>. The lepton-embed Scheme script has been written by dmn <graahnul.grom@gmail.com>.

Description

lepton-embed  can  embed the in-use schematic symbols and pictures into a schematic or set of schematics.
       It allows, for instance, putting a schematic on a website or in an email without the recipient needing to
       download lots of custom symbols for the design.

       lepton-embed can also unembed symbol references from a schematic, but note that  the  symbols  revert  to
       library  references;  if  the  symbol  doesn't  exist in the current Lepton EDA project's library path, a
       broken schematic results.

Name

       lepton-embed - Embed/unembed schematic components and pictures

Options

-e, --embed
              Embed. Without -p or -c, embed all components and pictures.

       -u, --unembed
              Unembed. Without -p or -c, unembed all components and pictures.

       -p, --pictures
              Process pictures only.

       -c, --components
              Process components only.

       -x, --suffixSUFFIX
              Do not change input files. Modified files will be saved as FILE.SUFFIX.

       -V, --version
              Show version information.

       -h, --help
              Show usage information.

See Also

lepton-schematic(1)

Synopsis

lepton-embed-e | -u [OPTIONS] FILE ...

See Also