-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Argument maps are what Kialo [1] uses for structured debate. There's also an Obsidian plugin for argument maps [2], tho it's a bit out of date.
[1]: https://www.kialo.com
[2]: https://github.com/amdecker/obsidian-argdown-plugin
-
-
Yes, according to the archived Rust implmentation[1] which in turn refers you to either clap[2] or structopt[3]. Other implmentations does not mention this but those I looked at had not been touched for years. Either very stable or unmaintained. Unfortunately the latter according to the Rust crate. The dotNet implmentation had a very small version bump in the dependencies but the rest of the project does not seem to have benn touched the past 2 years.
[1] https://github.com/docopt/docopt.rs
[2] https://docs.rs/clap/latest/clap/
[3] https://docs.rs/structopt/latest/structopt/
-
It was useful during WebGPU development [1] given that some topics were very nuanced in debate.
[1] https://github.com/kvark/webgpu-debate
-
mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
I might know nothing about debates, but in my impression you always make the diagram that does its job best. Argdown seems to constrain everything to its framework and forces the style of the output.
Also, Mermaid (https://mermaid.js.org/) exists.
-
docopt-ng
Humane command line arguments parser. Now with maintenance, typehints, and complete test coverage.
FWIW, there seems to be a less-abandoned fork here: https://github.com/jazzband/docopt-ng
I'm sticking with argparse though