summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2009-05-23Version bump to 1.01.0Daniel Friesel-0/+8
2009-05-23efa: Show "Fußweg" on all connections, not just the last oneDaniel Friesel-1/+1
2009-05-23efa: Fixed generic messages without timeDaniel Friesel-2/+7
2009-05-23efa: Fixed parsing of "Fußweg" messagesDaniel Friesel-0/+4
Note: Fußweg without timestamp is still unsupported, but only happens when from and to are really close
2009-05-23efa: Added support for --{from,to,via}-typeDaniel Friesel-3/+21
note that the parser breaks when using a type != stop: "Fußweg" is not really supported yet
2009-05-23efa(1): --from and --to are no longer mandatoryDaniel Friesel-2/+2
2009-05-22efa: --walk-speed: Use smart matches instead of regexesDaniel Friesel-1/+1
2009-05-21Added makefileDaniel Friesel-0/+19
2009-05-21efa: fixed a typo in an error messageDaniel Friesel-1/+1
2009-05-21efa: Improved --ignore-info handlingDaniel Friesel-3/+5
2009-05-21efa: Added --bike option ("Fahrradmitnahme")Daniel Friesel-1/+13
2009-05-21efa: Added --walk-speed ("Gehgeschwindigkeit")Daniel Friesel-0/+16
2009-05-20Version bump to 0.9.10.9.1Daniel Friesel-0/+8
2009-05-20efa: Added --exclude ("ausgewählte Verkehrsmittel")Daniel Friesel-0/+47
2009-05-19efa: Added --max-change (maximum number of interchanges)Daniel Friesel-0/+11
2009-05-19efa: Added --proximity ("Berücksichtigung von Nachbarhaltestellen bei Start ↵Daniel Friesel-0/+11
und Ziel")
2009-05-19efa: Added --prefer option (choose connection based on ↵Daniel Friesel-1/+35
speed/interchanges/walking)
2009-05-17Added READMEDaniel Friesel-0/+5
2009-05-17efa: Added --help optionDaniel Friesel-0/+1
2009-05-16Assume that this is v0.90.9Daniel Friesel-0/+7
2009-05-16efa(1): Fixed the --restrict listDaniel Friesel-4/+4
2009-05-16efa(1): Fixed and updated --ignore-infoDaniel Friesel-1/+1
2009-05-15efa: Added <from> <via> <to> invocationDaniel Friesel-2/+6
2009-05-04efa: Extend $ignore_info to cover more casesDaniel Friesel-1/+1
2009-05-02Added --ignore-info to zsh completion...Daniel Friesel-0/+1
2009-05-02efa: Added --ignore-info switch, ignore bicycle-related information by defaultDaniel Friesel-1/+9
2009-05-02efa: Display additional train-related informationDaniel Friesel-6/+21
2009-05-01efa: Added note about no-break space in a regular expressionDaniel Friesel-0/+1
2009-05-01efa: Added alternative "efa city stop city stop" invocationDaniel Friesel-1/+11
2009-04-18efa(1): Fixed a typo (thx zaba)Daniel Friesel-1/+1
2009-04-18efa: Don't print trailing separation mark ("------")Daniel Friesel-5/+8
2009-04-16efa: parse_content: Print skipped infos in debug modeDaniel Friesel-1/+2
2009-04-07efa: Put some stuff into subsDaniel Friesel-45/+71
2009-04-07Don't use STDERR to display choices (it doesn't have binmode utf8)Daniel Friesel-2/+2
2009-04-07efa: Display possible values for every ambiguous inputDaniel Friesel-8/+4
2009-04-07efa: Show possible alternatives when receiving ambiguous inputDaniel Friesel-1/+15
2009-04-04Some restructuringDaniel Friesel-11/+11
2009-04-04Added --restrict option for line selection (e.g. use ICE lines, too)Daniel Friesel-1/+37
2009-03-26Removed --time-for, added --arrive and --depart insteadDaniel Friesel-14/+18
2009-03-20Added --via (→ --from some place --to other place via teh place)Daniel Friesel-2/+10
2009-03-17efa: Don't touch $raw while parsingDaniel Friesel-1/+1
2009-03-16efa: Added --post to add any values to the HTTP POST requestDaniel Friesel-0/+10
2009-03-16efa(1): Fixed typoDaniel Friesel-1/+1
2009-03-16Added --time-for to get departure/arrival timeDaniel Friesel-2/+14
2009-03-08A little bit input validationDaniel Friesel-0/+5
2009-03-07Ignore all unknown informationDaniel Friesel-9/+5
2009-03-07use 5.010;Daniel Friesel-0/+1
2009-03-06Added zsh completionDaniel Friesel-0/+12
2009-03-06Added documentationDaniel Friesel-0/+42
2009-03-06Code cleanupDaniel Friesel-4/+2