ethanhs / cce

commandline compiler explorer - use https://godbolt.org from your terminal!
MIT License
198 stars 14 forks source link

Get an URL #3

Closed dkm closed 6 years ago

dkm commented 6 years ago

As stated in https://github.com/mattgodbolt/compiler-explorer/issues/938 , I would like to get an URL for a corresponding compilation job. I've already have something written in python, but having this included in a rich cli tool would be even better for our usecase.

I've already started to hack this, but it seems I can't get the tool to work correctly with my self-hosted CE.

dkm commented 6 years ago

FYI, I've got a first working prototype. I need to add some error handling, but basic URL creation works. I'll push a PR next week :)

ethanhs commented 6 years ago

Fixed in #4