A way to use Learn X in Y Minutes on the command line.
I look up languages often on this page, and I thought it would be nice to make it similar to man
pages in linux, so I wrote a small script.
```bash git clone git@github.com:YesSeri/xny-cli.git
cargo build --release
```
or download a relase binary and put in path.
```bash
xny python
xny python --viewer bat
xny -s
``
--viewer batwould show the output in [bat](https://github.com/sharkdp/bat), the
cat` clone which syntax highlights. It is of course possible to pipe the content into bat, but then you need to set the syntax highlighting manually.
Big thank you to the creator of Learn X in Y!