summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-25Rewrite man page in mdoc0.3.1Sam Nystrom
2023-08-16Wait forever for input if paused0.3.0Sam Nystrom
2023-08-16Use autodieSam Nystrom
2023-08-16Document required Perl modules for installationSam Nystrom
2023-08-16Check Perl syntax during buildSam Nystrom
2023-08-16Update keybindings docsSam Nystrom
2023-08-16Update installation docsSam Nystrom
2023-08-16Replace haredo with makeSam Nystrom
Make is much more widely available.
2023-08-16Rewrite to Perl for maintainabilitySam Nystrom
Hare is experimental, unstable, and low-level, and I want to spend as little effort as possible maintaining this program.
2023-06-27Clean up man page0.2.1Sam Nystrom
2023-06-27Show total time next to elapsed timeSam Nystrom
2023-06-27Simplify timing logicSam Nystrom
Merge the pause_start and now variables to reduce complexity.
2023-06-27Remove check for tty on stdin0.2.0Sam Nystrom
hare-vt uses /dev/tty for this, and it is no longer necessary anyway since we now handle EOF properly.
2023-06-27Add additional keybindingsSam Nystrom
Add <space>, <ctrl-c>, <left-arrow>, and <right-arrow> bindings using hare-vt.
2023-06-27Use my fork of hare-vtSam Nystrom
2023-06-27Use hare-vt for terminal I/OSam Nystrom
2023-06-26Fix hare-vt and add italicsSam Nystrom
2023-06-26Vendor hare-vtSam Nystrom
2023-06-26Change default installation PREFIX to /usr/localSam Nystrom
2023-06-23Properly handle nested formatting tags0.1.2Sam Nystrom
2023-06-23Exit with an error if stdin is not interactiveSam Nystrom
2023-06-23Fall back to plain text if XML parsing failsSam Nystrom
2023-06-23Don't rely on implementation details of bufioSam 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-23clone submodules in installation instructionsSam Nystrom
The release tarball doesn't include submodules.
2023-06-23use "install" command in README instructionsSam Nystrom
2023-06-23fix file permissions for man page in install.doSam Nystrom
2023-06-23version 0.1.10.1.1Sam Nystrom
2023-06-23close subtitle file after parsingSam Nystrom
2023-06-23prevent clock underflow while pausedSam Nystrom
2023-06-23add GPL boilerplateSam Nystrom
2023-06-23gitignore man pageSam Nystrom
2023-06-23use a nicely formatted version of the GPLSam Nystrom
2023-06-23add link to man page in READMESam Nystrom
2023-06-23fetch tarball instead of cloning in installation0.1.0Sam Nystrom
2023-06-23remove support for text color with <font color=..Sam Nystrom
It looks like trash 99% of the time in the terminal.
2023-06-22write man pageSam Nystrom
2023-06-22add READMESam Nystrom
2023-06-22prevent clock underflowSam Nystrom
2023-06-22fix bug where pause time was miscalculatedSam Nystrom
2023-06-22parse and format XML in subtitle contentSam Nystrom
2023-06-22vendor hare-xmlSam Nystrom
2023-06-22initSam Nystrom