evancz / url-parser

Parse URLs into nicely structured data
http://package.elm-lang.org/packages/evancz/url-parser/latest/
BSD 3-Clause "New" or "Revised" License
114 stars 29 forks source link

Get "the rest" of a URL #46

Closed slashmili closed 6 years ago

slashmili commented 7 years ago

I'm adding this issue in order to add another use case of #40.

I'm working on an app that shows the files inside a git repository.

The link is would be something like this.

http://localhost:4000/#/slashmili/my-app/tree/master/src

and if someone click on a file on above page would go to

http://localhost:4000/#/slashmili/my-app/tree/master/src/myfile.ex

This is the route I use

ShowRepositoryTree String String (List String)
process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

evancz commented 6 years ago

Tracking in #40. Thank you for the usage example!