wsmtools icon indicating copy to clipboard operation
wsmtools copied to clipboard

Weiss Schwarz Montage Tools (including parsing and exporting)

Results 11 wsmtools issues
Sort by recently updated
recently updated
newest added

Swap to native AOT, introduced since NET 7.0. After performing the initial tests, it's been determined that CommandLineParser cannot be used for Native AOT.

Part of a long term goal for completely replacing HOTC as a codestyle. The idea is to be able to parse any card text (from any card style or any...

enhancement

[Format] `./wstools update rid1;rid2;rid3 postprocessoralias1;postprocessoralias2` This command allows you to update cards that already exist in your `./cards.db` using already existing card post-processors. This will not skip the compatibility phase...

enhancement

Allows wsmtools to accept input from pipe/stdin. Currently, the only parser the should require this input should be Deck JSON Deck Parser. Sample Usage: ```ps # This command will get...

enhancement

Adds a merge command to wsmtools. This command merges two decks into 1 deck; overwriting copies of the `source_url` to copies of the `source2_url` cards, if any. The only output...

enhancement

Because the common APIs and services used for wsmtools are slowly becoming out of sync with r4utools, a new common API library is required to sync both projects' API together....

documentation
enhancement

Apply the following new specifications on the Deck/Set API, as mentioned by SpeedOfRound. ![image](https://user-images.githubusercontent.com/12634987/111590966-bfd9d100-8801-11eb-8f24-6202433f9495.png)

enhancement

You can search for cards using your local card database. - [ ] By Serial - [ ] By Name - [ ] By Trait - [ ] By Level...

Users should be able to enter translations and new card details manually. This can be done via a new parser which will take in an input file. The input file...

enhancement

Bumps System.Text.Json from 7.0.0 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=7.0.0&new-version=8.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies