Initial version: dump file contents or exec command.

This commit is contained in:
2017-07-06 00:54:38 -05:00
commit e958983e3e
5 changed files with 293 additions and 0 deletions

12
log_happy.nimble Normal file
View File

@@ -0,0 +1,12 @@
# Package
version = "0.1.0"
author = "Jonathan Bernard"
description = "Scan logs for regex-defined events and report on what was found."
license = "MIT"
bin = @["log_happy"]
# Dependencies
requires @["nim >= 0.16.1", "docopt >= 0.6.4", "ncurses"]