From 05eae2da103804c92f92a77a918a83045c45a7ab Mon Sep 17 00:00:00 2001 From: Lum <62594565+not-lum@users.noreply.github.com> Date: Thu, 5 Nov 2020 23:19:06 +0300 Subject: [PATCH] Added package imgcat (#1699) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e79c029..7b1b050 100644 --- a/packages.json +++ b/packages.json @@ -20195,5 +20195,19 @@ "description": "curl statistics made simple ", "license": "MIT", "web": "https://github.com/ucpr/httpstat" + }, + { + "name": "imgcat", + "url": "https://github.com/not-lum/imgcat", + "method": "git", + "tags": [ + "hybrid", + "crossplatform", + "terminal", + "images" + ], + "description": "See pictures in your console", + "license": "MIT", + "web": "https://github.com/not-lum/imgcat" } ]