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

commit 3d9d219f728ec937672a0331bc471a1ec062f70a
parent 7ce0482939b6a51f95f68b054c9fb88ad2e84343
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:40:51 +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: dog - version: 0.0.3 + version: 0.0.4 description: "list directory when argument is a directory, cat file when the argument is a file" bin: ./dog.c repository: type: git - url: git+https://github.com/RemyNoulin/dog.git + url: "git+https://noulin.net/git/dog.git" keywords: - utility - command author: Remy Noulin license: MIT bugs: - url: https://github.com/RemyNoulin/dog/issues - homepage: https://github.com/RemyNoulin/dog + url: "https://noulin.net/dog/log.html" + homepage: "https://noulin.net/dog/log.html"