File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ as human readable strings to stdout.
3333
3434If no filenames or only '-' is passed, stdin is processed.
3535
36+ Only the first match in each line/block is transformed,
37+ unless the --global -g option is set.
38+
3639examples:
3740$ echo 1637421447 | tf
3841$ tf -g log.txt | head
@@ -118,6 +121,8 @@ task: [build] go build -o tf cmd/tf/main.go
118121
119122## Credits and License
120123
124+ `tf` is a Golang remake of a very handy C++/yacc tool by [@wesc](https://github.com/wesc).
125+
121126Copyright (c) 2021 Neomantra BV
122127
123128Released under the [MIT License](https://en.wikipedia.org/wiki/MIT_License), see [LICENSE.txt](./LICENSE.txt).
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ as human readable strings to stdout.
2424
2525If no filenames or only '-' is passed, stdin is processed.
2626
27+ Only the first match in each line/block is transformed,
28+ unless the --global -g option is set.
29+
2730examples:
2831$ echo 1637421447 | tf
2932$ tf -g log.txt | head
You can’t perform that action at this time.
0 commit comments