Skip to content

Commit f9ed85a

Browse files
committed
Update help and credits
1 parent 3c40e12 commit f9ed85a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ as human readable strings to stdout.
3333
3434
If 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+
3639
examples:
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+
121126
Copyright (c) 2021 Neomantra BV
122127
123128
Released under the [MIT License](https://en.wikipedia.org/wiki/MIT_License), see [LICENSE.txt](./LICENSE.txt).

cmd/tf/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ as human readable strings to stdout.
2424
2525
If 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+
2730
examples:
2831
$ echo 1637421447 | tf
2932
$ tf -g log.txt | head

0 commit comments

Comments
 (0)