recordStdin

measure time between line coming from stdin, example: ls | recordStdin | tee ls.txt
git clone https://noulin.net/git/recordStdin.git
Log | Files | Refs | LICENSE

commit e63ebb737ede181868c236109a8214d0ab73c64c
parent f27bc7ff17b5381be9f7fffce5f75146eb34390a
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:43:19 +0200

update links

Diffstat:
Mpackage.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.yml b/package.yml @@ -1,16 +1,16 @@ --- name: recordStdin - version: 0.0.1 + version: 0.0.2 description: "measure time between line coming from stdin, example: ls | recordStdin | tee ls.txt" bin: ./recordStdin.c repository: type: git - url: git+https://github.com/RemyNoulin/recordStdin.git + url: "git+https://noulin.net/git/recordStdin.git" keywords: - utility - command author: Remy license: MIT bugs: - url: https://github.com/RemyNoulin/recordStdin/issues - homepage: https://github.com/RemyNoulin/recordStdin#readme + url: "https://noulin.net/recordStdin/log.html" + homepage: "https://noulin.net/recordStdin/file/README.md.html"