sgf-render icon indicating copy to clipboard operation
sgf-render copied to clipboard

Sgf Rendering CLI written in Rust

Results 7 sgf-render issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

There should be a flag that allows marking the last move made (possibly with a +).

enhancement

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...

enhancement

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...

enhancement

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...

enhancement