From c9b4e7207e3874161df9e9b9f3651bb4dd056f83 Mon Sep 17 00:00:00 2001 From: c-blake Date: Mon, 8 Jul 2019 10:07:57 -0400 Subject: [PATCH] Add package for "lc" (#1111) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 3ef8cc4..6e874ac 100644 --- a/packages.json +++ b/packages.json @@ -13681,5 +13681,21 @@ "description": "A simple cross language struct and enum file generator.", "license": "MIT", "web": "https://github.com/binhonglee/wings" + }, + { + "name": "lc", + "url": "https://github.com/c-blake/lc", + "method": "git", + "tags": [ + "terminal", + "cli", + "binary", + "linux", + "unix", + "bsd" + ], + "description": "A post-modern, \"multi-dimensional\" configurable ls/file lister", + "license": "MIT", + "web": "https://github.com/c-blake/lc" } ]