| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-16 | Rewrite to Perl for maintainability | Sam Nystrom | |
| Hare is experimental, unstable, and low-level, and I want to spend as little effort as possible maintaining this program. | |||
| 2023-06-27 | Show total time next to elapsed time | Sam Nystrom | |
| 2023-06-27 | Simplify timing logic | Sam Nystrom | |
| Merge the pause_start and now variables to reduce complexity. | |||
| 2023-06-27 | Remove check for tty on stdin0.2.0 | Sam Nystrom | |
| hare-vt uses /dev/tty for this, and it is no longer necessary anyway since we now handle EOF properly. | |||
| 2023-06-27 | Add additional keybindings | Sam Nystrom | |
| Add <space>, <ctrl-c>, <left-arrow>, and <right-arrow> bindings using hare-vt. | |||
| 2023-06-27 | Use hare-vt for terminal I/O | Sam Nystrom | |
| 2023-06-23 | Properly handle nested formatting tags0.1.2 | Sam Nystrom | |
| 2023-06-23 | Exit with an error if stdin is not interactive | Sam Nystrom | |
| 2023-06-23 | Fall back to plain text if XML parsing fails | Sam Nystrom | |
| 2023-06-23 | Don't rely on implementation details of bufio | Sam Nystrom | |
| Previously we modified internal fields of bufio::memstream to make it readable, which is bad. This commit uses bufio::fixed to read from a strio::stream. | |||
| 2023-06-23 | close subtitle file after parsing | Sam Nystrom | |
| 2023-06-23 | prevent clock underflow while paused | Sam Nystrom | |
| 2023-06-23 | add GPL boilerplate | Sam Nystrom | |
| 2023-06-23 | remove support for text color with <font color=.. | Sam Nystrom | |
| It looks like trash 99% of the time in the terminal. | |||
| 2023-06-22 | prevent clock underflow | Sam Nystrom | |
| 2023-06-22 | fix bug where pause time was miscalculated | Sam Nystrom | |
| 2023-06-22 | parse and format XML in subtitle content | Sam Nystrom | |
| 2023-06-22 | init | Sam Nystrom | |
