diff options
| author | c-blake <c-blake@users.noreply.github.com> | 2019-07-08 10:07:57 -0400 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-07-08 16:07:57 +0200 |
| commit | c9b4e7207e3874161df9e9b9f3651bb4dd056f83 (patch) | |
| tree | 20cbd897696886da30134be75e5a4b91959c7ac3 | |
| parent | 86543759037dbf8f3fffb7e47206be1aa8c0da90 (diff) | |
| download | packages-c9b4e7207e3874161df9e9b9f3651bb4dd056f83.tar.gz packages-c9b4e7207e3874161df9e9b9f3651bb4dd056f83.zip | |
Add package for "lc" (#1111)
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
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" } ] |
