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-upcfg - Lepton EDA configuration upgrade utility

Author

Description

lepton-upcfg  converts legacy configuration stored in geda*.conf files to Lepton EDA configuration format
       used in lepton*.conf files.  By default, the result is printed to standard output.

       One of the options can be passed on the command line to upgrade the configuration  stored  in  predefined
       locations.   Instead  of the options, one can specify the configuration file path to convert and redirect
       the output to some destination file.

Name

       lepton-upcfg - Lepton EDA configuration upgrade utility

Options

-l, --local
              Read and upgrade configuration from the geda.conf file in current directory.  If -c is  specified,
              write the result to the lepton.conf file in current directory.

       -u, --user
              Upgrade the user configuration. If multiple user configuration files are found, prompt the user to
              select  which  file  to use.  If -c is specified, write the result to the lepton-user.conf file in
              $XDG_CONFIG_HOME/lepton-eda directory (typically, ~/.config/lepton-eda).

       -c, --copy
              Write upgraded configuration to corresponding lepton*.conf file instead of standard ouput.

       -x, --overwrite
              Overwrite existing files.

       -V, --version
              Show version information.

       -h, --help
              Show usage information.

See Also

lepton-cli(1)

Synopsis

lepton-upcfgOPTIONS | FILE

See Also