Duckapple / Kat

Kattis shell for getting examples, testing and submitting.
19 stars 6 forks source link

Add "read" command to get problem description #13

Closed jlndk closed 5 years ago

jlndk commented 5 years ago

It would be nice, if you could read the problem text directly in the CLI.

I propose a kat read <problem-id> command, that does exactly that.

Of cause images would not be displayed, so it would perhaps be nice to include the link to the actual exercise, and perhaps tell the user if the probem has images.

Futhermore we could also add a flag which directly opens the problem in the users browser (like --browser or something)

jlndk commented 5 years ago

Fixed in #23