Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pobiega authored Apr 12, 2017
1 parent 1e2ecc4 commit 55efa2a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ Reads SS13 logs (currently only client side) and outputs them in a more
readable format. Main feature is reading the logfile as it is being written
to by Byond, using a file monitor.

## Current features
- Create/remove and drag, dock or float any number of configurable windows
(I call them targets) to display log lines that match a string.contains filter.
- Read log files, both closed and open (still being written to) and parse them.
- Adds timestamps to lines read by the live logger.

## Planned features
* Let targets contain multiple filters
* Save targets configurations to disk. Load on startup.
* Support loading of server-side log files and parse them accordingly.
- Regex filters
- Let targets contain multiple filters
- Save targets configurations to disk. Load on startup.
- Support loading of server-side log files and parse them accordingly.

0 comments on commit 55efa2a

Please sign in to comment.