Skip to content

Commit 3ea17e0

Browse files
committed
Update README on feature list
1 parent 19e81cf commit 3ea17e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ $ cat somelog | tztail -t Asia/Kolkata -f "%Y-%m-%d %H:%M:%S"
5555

5656
## Features
5757

58-
- It reads from _STDIN_ as of now.
5958
- Supports few standard formats with which auto detection is done when parsing logs.
6059
- Supports specifying custom format for parsing in case it is a non-standard format. See [here](https://docs.rs/chrono/0.4.6/chrono/format/strftime/index.html#specifiers) for formats.
6160

@@ -90,7 +89,7 @@ $ cargo test
9089

9190
* [x] Support all standard datetime formats.
9291
* [x] Allow custom datetime format.
93-
* [ ] Add option to read from file.
92+
* [x] Add option to read from file.
9493
* [ ] Allow specifying source timezone (currently supports only UTC).
9594
* [ ] Auto-detect source timezone if possible.
9695
* [ ] Support GCP/AWS cloud logging formats.

0 commit comments

Comments
 (0)