aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuan Torano <euantorano@gmail.com>2016-04-14 18:03:19 +0100
committerEuan Torano <euantorano@gmail.com>2016-04-14 18:03:19 +0100
commita2f7027eec265525986f5202bbc4fd67f3862402 (patch)
tree84e46d25118a329c673031cc239c43cfee260808
parentbc49a6175a1f6b04a755c3122b3e1a5da2ede776 (diff)
downloadpackages-a2f7027eec265525986f5202bbc4fd67f3862402.tar.gz
packages-a2f7027eec265525986f5202bbc4fd67f3862402.zip
Added package progress
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index eade614..f5a32ca 100644
--- a/packages.json
+++ b/packages.json
@@ -4572,5 +4572,19 @@
"description": "Nim wrapper of the Sophia key/value store",
"license": "MIT",
"web": "https://github.com/gokr/nim-sophia"
+ },
+ {
+ "name": "progress",
+ "url": "https://github.com/euantorano/progress.nim",
+ "method": "git",
+ "tags": [
+ "progress",
+ "bar",
+ "terminal",
+ "ui"
+ ],
+ "description": "A simple progress bar for Nim.",
+ "license": "BSD",
+ "web": "https://github.com/euantorano/progress.nim"
}
]