GitHawkRoutes
GitHawkRoutes copied to clipboard
Route with encoded url
I really liked the new twitterific beta which allows third party developers or shortcuts app users not to worry about the app routes and simply pass the encoded url and main app itself handles the parsing and opening correct screens based on the url.
Check out the release notes from twitterific testflight release notes to get basic understanding.

Since we already have strongly typed routes. Guess implementation would be simple. It would really help users rely on routes.
Sent with GitHawk
My idea is just have a new route like freetime://open?url=encoded_github_url and we can handle all the parsing for issues, repos and PR's