aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamantha Marshall <me@samdmarshall.com>2017-01-27 20:35:09 -0500
committerSamantha Marshall <me@samdmarshall.com>2017-01-27 20:35:09 -0500
commit989bb4cc43c8b1c2c61dd5650ba408a34107b44d (patch)
tree3755a12377f020998e6c67d08199a0447e9f45f7
parent1e4c1f14f692c255768b35b1d42b1787fbdb7f40 (diff)
downloadpackages-989bb4cc43c8b1c2c61dd5650ba408a34107b44d.tar.gz
packages-989bb4cc43c8b1c2c61dd5650ba408a34107b44d.zip
Added package cmd
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index ddf01e5..ef0b1f7 100644
--- a/packages.json
+++ b/packages.json
@@ -5796,5 +5796,19 @@
"description": "Systemd service notification helper",
"license": "MIT",
"web": "https://github.com/FedericoCeratto/nim-sdnotify"
+ },
+ {
+ "name": "cmd",
+ "url": "https://github.com/samdmarshall/cmd.nim",
+ "method": "git",
+ "tags": [
+ "cmd",
+ "command",
+ "prompt",
+ "interactive"
+ ],
+ "description": "interactive command prompt",
+ "license": "BSD 3-Clause",
+ "web": "https://github.com/samdmarshall/cmd.nim"
}
]