💾 Archived View for gmi.noulin.net › gitRepositories › recordStdin › file › package.yml.gmi captured on 2023-07-10 at 18:03:46. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

recordStdin

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"