Age | Commit message (Expand) | Author | Lines |
2009-05-23 | Version bump to 1.01.0 | Daniel Friesel | -0/+8 |
2009-05-23 | efa: Show "Fußweg" on all connections, not just the last one | Daniel Friesel | -1/+1 |
2009-05-23 | efa: Fixed generic messages without time | Daniel Friesel | -2/+7 |
2009-05-23 | efa: Fixed parsing of "Fußweg" messages | Daniel Friesel | -0/+4 |
2009-05-23 | efa: Added support for --{from,to,via}-type | Daniel Friesel | -3/+21 |
2009-05-23 | efa(1): --from and --to are no longer mandatory | Daniel Friesel | -2/+2 |
2009-05-22 | efa: --walk-speed: Use smart matches instead of regexes | Daniel Friesel | -1/+1 |
2009-05-21 | Added makefile | Daniel Friesel | -0/+19 |
2009-05-21 | efa: fixed a typo in an error message | Daniel Friesel | -1/+1 |
2009-05-21 | efa: Improved --ignore-info handling | Daniel Friesel | -3/+5 |
2009-05-21 | efa: Added --bike option ("Fahrradmitnahme") | Daniel Friesel | -1/+13 |
2009-05-21 | efa: Added --walk-speed ("Gehgeschwindigkeit") | Daniel Friesel | -0/+16 |
2009-05-20 | Version bump to 0.9.10.9.1 | Daniel Friesel | -0/+8 |
2009-05-20 | efa: Added --exclude ("ausgewählte Verkehrsmittel") | Daniel Friesel | -0/+47 |
2009-05-19 | efa: Added --max-change (maximum number of interchanges) | Daniel Friesel | -0/+11 |
2009-05-19 | efa: Added --proximity ("Berücksichtigung von Nachbarhaltestellen bei Start ... | Daniel Friesel | -0/+11 |
2009-05-19 | efa: Added --prefer option (choose connection based on speed/interchanges/wal... | Daniel Friesel | -1/+35 |
2009-05-17 | Added README | Daniel Friesel | -0/+5 |
2009-05-17 | efa: Added --help option | Daniel Friesel | -0/+1 |
2009-05-16 | Assume that this is v0.90.9 | Daniel Friesel | -0/+7 |
2009-05-16 | efa(1): Fixed the --restrict list | Daniel Friesel | -4/+4 |
2009-05-16 | efa(1): Fixed and updated --ignore-info | Daniel Friesel | -1/+1 |
2009-05-15 | efa: Added <from> <via> <to> invocation | Daniel Friesel | -2/+6 |
2009-05-04 | efa: Extend $ignore_info to cover more cases | Daniel Friesel | -1/+1 |
2009-05-02 | Added --ignore-info to zsh completion... | Daniel Friesel | -0/+1 |
2009-05-02 | efa: Added --ignore-info switch, ignore bicycle-related information by default | Daniel Friesel | -1/+9 |
2009-05-02 | efa: Display additional train-related information | Daniel Friesel | -6/+21 |
2009-05-01 | efa: Added note about no-break space in a regular expression | Daniel Friesel | -0/+1 |
2009-05-01 | efa: Added alternative "efa city stop city stop" invocation | Daniel Friesel | -1/+11 |
2009-04-18 | efa(1): Fixed a typo (thx zaba) | Daniel Friesel | -1/+1 |
2009-04-18 | efa: Don't print trailing separation mark ("------") | Daniel Friesel | -5/+8 |
2009-04-16 | efa: parse_content: Print skipped infos in debug mode | Daniel Friesel | -1/+2 |
2009-04-07 | efa: Put some stuff into subs | Daniel Friesel | -45/+71 |
2009-04-07 | Don't use STDERR to display choices (it doesn't have binmode utf8) | Daniel Friesel | -2/+2 |
2009-04-07 | efa: Display possible values for every ambiguous input | Daniel Friesel | -8/+4 |
2009-04-07 | efa: Show possible alternatives when receiving ambiguous input | Daniel Friesel | -1/+15 |
2009-04-04 | Some restructuring | Daniel Friesel | -11/+11 |
2009-04-04 | Added --restrict option for line selection (e.g. use ICE lines, too) | Daniel Friesel | -1/+37 |
2009-03-26 | Removed --time-for, added --arrive and --depart instead | Daniel Friesel | -14/+18 |
2009-03-20 | Added --via (→ --from some place --to other place via teh place) | Daniel Friesel | -2/+10 |
2009-03-17 | efa: Don't touch $raw while parsing | Daniel Friesel | -1/+1 |
2009-03-16 | efa: Added --post to add any values to the HTTP POST request | Daniel Friesel | -0/+10 |
2009-03-16 | efa(1): Fixed typo | Daniel Friesel | -1/+1 |
2009-03-16 | Added --time-for to get departure/arrival time | Daniel Friesel | -2/+14 |
2009-03-08 | A little bit input validation | Daniel Friesel | -0/+5 |
2009-03-07 | Ignore all unknown information | Daniel Friesel | -9/+5 |
2009-03-07 | use 5.010; | Daniel Friesel | -0/+1 |
2009-03-06 | Added zsh completion | Daniel Friesel | -0/+12 |
2009-03-06 | Added documentation | Daniel Friesel | -0/+42 |
2009-03-06 | Code cleanup | Daniel Friesel | -4/+2 |