forked from zmwangx/ets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ The purpose of `ets` is similar to that of moreutils [`ts(1)`](https://manpages. | |
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Comparison to moreutils ts](#comparison-to-moreutils-ts) | ||
- [Changelog](#changelog) | ||
- [License](#license) | ||
|
||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
|
@@ -392,6 +393,10 @@ Disadvantages: | |
- Does not support the `-r` mode of ts. It's a largely unrelated mode of operation and I couldn't even get `ts -r` to work anywhere, maybe because optional dependencies aren't satisfied, or maybe I misunderstood the feature altogether. Anyway, not interested. | ||
- Supports fewer formatting directives. Let me know if this is actually an issue, it could be fixable. | ||
|
||
## Changelog | ||
|
||
See [here](./CHANGELOG.md). | ||
|
||
## License | ||
|
||
Copyright © 2020 Zhiming Wang <[email protected]> | ||
|