diff options
| author | Samantha Marshall <me@samdmarshall.com> | 2017-01-27 20:35:09 -0500 |
|---|---|---|
| committer | Samantha Marshall <me@samdmarshall.com> | 2017-01-27 20:35:09 -0500 |
| commit | 989bb4cc43c8b1c2c61dd5650ba408a34107b44d (patch) | |
| tree | 3755a12377f020998e6c67d08199a0447e9f45f7 | |
| parent | 1e4c1f14f692c255768b35b1d42b1787fbdb7f40 (diff) | |
| download | packages-989bb4cc43c8b1c2c61dd5650ba408a34107b44d.tar.gz packages-989bb4cc43c8b1c2c61dd5650ba408a34107b44d.zip | |
Added package cmd
| -rw-r--r-- | packages.json | 14 |
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" } ] |
