sgf-render
sgf-render copied to clipboard
Sgf Rendering CLI written in Rust
The current system is functional, but pretty confusing. Looking at `sgftopng`, a system of labeled variations and a way to query the sgf to get the variation numbers seems like...
Right now, if there are any setup properties between the numbered moves in `--kifu`, the program ignores them. I don't think there's a sensible way to handle those properties, but...
It would be nice to have a way to specify the labels to use. Implementation should be easy, but the CLI UI design is a little tricky. I think I...
There should be a flag that allows marking the last move made (possibly with a +).
I'm not sure it would make sense to support the full range of rendering features, but the ability to spit out an ASCII diagram would be really helpful for quickly...
The `VW` property specifies, as a list of points, the points to display. Ideally `sgf-render` would only render the points specified by `VW` (which could be overridden with an explicit...
Right now I generate the man page by manually running `scripts/generate-man.sh`, and include the gzipped man page in the repo. Ideally there shouldn't be generated files in the repo, and...