Skip to content

Commit

Permalink
Update help and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
neomantra committed Nov 24, 2021
1 parent 3c40e12 commit f9ed85a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ as human readable strings to stdout.
If no filenames or only '-' is passed, stdin is processed.
Only the first match in each line/block is transformed,
unless the --global -g option is set.
examples:
$ echo 1637421447 | tf
$ tf -g log.txt | head
Expand Down Expand Up @@ -118,6 +121,8 @@ task: [build] go build -o tf cmd/tf/main.go
## Credits and License
`tf` is a Golang remake of a very handy C++/yacc tool by [@wesc](https://github.com/wesc).
Copyright (c) 2021 Neomantra BV
Released under the [MIT License](https://en.wikipedia.org/wiki/MIT_License), see [LICENSE.txt](./LICENSE.txt).
3 changes: 3 additions & 0 deletions cmd/tf/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ as human readable strings to stdout.
If no filenames or only '-' is passed, stdin is processed.
Only the first match in each line/block is transformed,
unless the --global -g option is set.
examples:
$ echo 1637421447 | tf
$ tf -g log.txt | head
Expand Down

0 comments on commit f9ed85a

Please sign in to comment.