diff options
| author | xmonader <xmonader@gmail.com> | 2019-05-29 07:57:49 +0200 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-05-29 07:57:49 +0200 |
| commit | bd42c248d6dfbf7eae513a6b0a6af7b4720422b6 (patch) | |
| tree | 2b11eb6141653c40114611fab08292a524a9e8f3 | |
| parent | 2fb5143a6d9a418b63dcdb6b63d3a11811443ce5 (diff) | |
| download | packages-bd42c248d6dfbf7eae513a6b0a6af7b4720422b6.tar.gz packages-bd42c248d6dfbf7eae513a6b0a6af7b4720422b6.zip | |
Added package terminaltables (#1083)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index e4469c1..08386b6 100644 --- a/packages.json +++ b/packages.json @@ -13367,5 +13367,19 @@ "description": "Convert Helix Version Control / Perforce (p4) -ztag output to JSON", "license": "MIT", "web": "https://github.com/kaushalmodi/p4ztag_to_json" + }, + { + "name": "terminaltables", + "url": "https://github.com/xmonader/nim-terminaltables", + "method": "git", + "tags": [ + "terminal", + "tables", + "ascii", + "unicode" + ], + "description": "terminal tables", + "license": "BSD-3-Clause", + "web": "https://github.com/xmonader/nim-terminaltables" } ] |
