aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-07-05 21:03:11 +0100
committerGitHub <noreply@github.com>2017-07-05 21:03:11 +0100
commit1aa512fdfc416686c37b8a96efcb67a1a963963e (patch)
tree00bd5ec156b10c989f784c7ea9418f441e268c72
parent6fb3f708bec499bed293249ee0f973940a813125 (diff)
parentcd4c7cf34dfcb16774f7db9779923e06b61650e4 (diff)
downloadpackages-1aa512fdfc416686c37b8a96efcb67a1a963963e.tar.gz
packages-1aa512fdfc416686c37b8a96efcb67a1a963963e.zip
Merge pull request #532 from molnarmark/master
Added Spinny
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 821d344..1ceb464 100644
--- a/packages.json
+++ b/packages.json
@@ -6639,5 +6639,19 @@
"description": "blake2 - cryptographic hash function",
"license": "CC0",
"web": "https://bitbucket.org/mihailp/blake2/"
+ },
+ {
+ "name": "spinny",
+ "url": "https://github.com/molnarmark/spinny",
+ "method": "git",
+ "tags": [
+ "terminal",
+ "spinner",
+ "spinny",
+ "load"
+ ],
+ "description": "Spinny is a tiny terminal spinner package for the Nim Programming Language.",
+ "license": "MIT",
+ "web": "https://github.com/molnarmark/spinny"
}
]