Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add generate-scheme subcommand #31

Merged
merged 4 commits into from
Jul 3, 2024
Merged

Commits on Jul 3, 2024

  1. Add generate-scheme subcommand

    - Add `tinty generate-scheme` command to generate a scheme based on
      provided image input, with the included functionality of saving this
      scheme file and applying it with `tinty apply`.
    - Add `--custom` flag for `tinty lint` subcommand to list custom
      schemes saved with `tinnty generate-scheme`.
    - Add basic tests.
    - Update tinted-builder-rust crate
    JamyGolden committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cee2ac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd0812a View commit details
    Browse the repository at this point in the history
  3. Only copy across required files to speed up process locally

    This previously copied the `target/` dir locally which could take some time
    JamyGolden committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6c5d5a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5139a8d View commit details
    Browse the repository at this point in the history