dog

list directory when argument is a directory, cat file when the argument is a file
git clone https://noulin.net/git/dog.git
Log | Files | Refs | LICENSE

package.yml (395B)


      1 ---
      2   name: dog
      3   version: 0.0.4
      4   description: "list directory when argument is a directory, cat file when the argument is a file"
      5   bin: ./dog.c
      6   repository:
      7     type: git
      8     url: "git+https://noulin.net/git/dog.git"
      9   keywords:
     10     - utility
     11     - command
     12   author: Remy Noulin
     13   license: MIT
     14   bugs:
     15     url: "https://noulin.net/dog/log.html"
     16   homepage: "https://noulin.net/dog/log.html"