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

package.yml (441B)


      1 ---
      2   name: recordStdin
      3   version: 0.0.2
      4   description: "measure time between line coming from stdin, example: ls | recordStdin | tee ls.txt"
      5   bin: ./recordStdin.c
      6   repository:
      7     type: git
      8     url: "git+https://noulin.net/git/recordStdin.git"
      9   keywords:
     10     - utility
     11     - command
     12   author: Remy
     13   license: MIT
     14   bugs:
     15     url: "https://noulin.net/recordStdin/log.html"
     16   homepage: "https://noulin.net/recordStdin/file/README.md.html"