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.
This commit is contained in:
2017-07-06 00:52:59 -05:00
parent e958983e3e
commit 9a2fcf29dc
2 changed files with 39 additions and 11 deletions

2
TODO Normal file
View File

@ -0,0 +1,2 @@
* Implement -f functionality: follow a file.
* Respond to terminal resizing.