log-happy/TODO
Jonathan Bernard 9a2fcf29dc Display labels side by side, log output.
* Fit as many labels as possible on each line instead of only one per line.
  Includes several spaces of padding in between each label.
* Add the `-o` option to also write logged output to a file. This is intended
  for use with the command-style invocation to keep a persistent log of the
  command's output for further investigation.
* Added a TODO file with ideas for future improvements.
2017-07-06 00:54:46 -05:00

3 lines
77 B
Plaintext

* Implement -f functionality: follow a file.
* Respond to terminal resizing.