summaryrefslogtreecommitdiff
path: root/src/main.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-09do not require ds100 codes in API responsesHEADmainstuebinm1-1/+1
these are not present when other hafas backends than the DB one were used for the trip's checkin.
2023-04-17switch to another fork of hafas-rsstuebinm1-0/+3
(yuka's version is no longer maintained & broke)
2022-04-21add import from hafas to travelynxstuebinm1-10/+134
(using yuka's hafas-rs)
2022-02-26from / to commands for travelynxstuebinm1-2/+33
2022-02-09existential types in rust are weirdstuebinm1-51/+38
… lots and lots of traits …
2022-02-08S-Bahns are weirdstuebinm1-1/+25
(added a simple zugportal.de api client, but can't do auto-checkin yet)
2022-02-02we'll be there in -1000 minutes isn't helpfulstuebinm1-1/+11
2022-02-01pretty print pretty printing codestuebinm1-209/+224
2022-02-01are we there yet?stuebinm1-0/+23
(also why do people get up from their seats a solid nine minutes before the train is even scheduled to arrive at all?)
2022-02-01handle (esp. iceportal) timestamps correctlystuebinm1-3/+3
why use unix time if you can use unix time * 1000 while your margin of error will never be lower than a full minute?
2022-02-01display iceportal itinery & stopsstuebinm1-3/+7
I'm pretty sure something in parsing the times is broken, since this train is currently /also/ broken I have absolutely no idea what the correct ones would be and don't have the energy to dig further into this.
2022-02-01add `traveltext destination`stuebinm1-0/+17
I have no intention of going to Hamburg today, so I need to check out earlier
2022-01-26sadly i'm not on a ICE right nowstuebinm1-4/+10
2022-01-26add a config file because why notstuebinm1-24/+65
2022-01-25some code deduplicationsstuebinm1-69/+88