From 9591bc1654d7939031dad99838ecd763a004ff90 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sat, 27 Oct 2018 19:00:46 +0200 Subject: [PATCH] Add nim-prompt; Normalize several tags to a single "command-line" tag --- packages.json | 45 ++++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/packages.json b/packages.json index 4a6d4d2..5da1b3c 100644 --- a/packages.json +++ b/packages.json @@ -94,12 +94,12 @@ "method": "git", "tags": [ "library", - "commandline", + "command-line", "arguments", "switches", "parsing" ], - "description": "Provides a complex commandline parser", + "description": "Provides a complex command-line parser", "license": "MIT", "web": "https://github.com/Xe/argument_parser" }, @@ -109,7 +109,7 @@ "method": "git", "tags": [ "library", - "commandline", + "command-line", "sound", "recycle", "os" @@ -879,7 +879,7 @@ "method": "git", "tags": [ "library", - "commandline", + "command-line", "arguments", "switches", "parsing", @@ -930,7 +930,7 @@ "tags": [ "rmdir", "awesome", - "commandline" + "command-line" ], "description": "Command to remove acceptably empty directories.", "license": "MIT", @@ -1426,7 +1426,7 @@ "url": "https://github.com/Araq/gh_nimrod_doc_pages", "method": "git", "tags": [ - "commandline", + "command-line", "web", "automation", "documentation" @@ -2126,7 +2126,7 @@ "url": "https://github.com/docopt/docopt.nim", "method": "git", "tags": [ - "commandline", + "command-line", "arguments", "parsing", "library" @@ -2802,9 +2802,10 @@ "method": "git", "tags": [ "linenoise", + "readline", "library", "wrapper", - "commandline" + "command-line" ], "description": "Wrapper for linenoise, a free, self-contained alternative to GNU readline.", "license": "BSD", @@ -3423,7 +3424,7 @@ "url": "https://github.com/Xe/vardene", "method": "git", "tags": [ - "command line", + "command-line", "tool", "compiler" ], @@ -4327,7 +4328,7 @@ "method": "git", "tags": [ "library", - "commandline", + "command-line", "arguments", "switches", "parsing", @@ -5860,7 +5861,7 @@ "library", "wrapper", "termbox", - "commandline", + "command-line", "ui", "tui", "gui" @@ -6471,7 +6472,7 @@ "method": "git", "tags": [ "cmd", - "command", + "command-line", "prompt", "interactive" ], @@ -9564,7 +9565,7 @@ "method": "git", "tags": [ "sha1", - "commandline", + "command-line", "utilities" ], "description": "Rename files to their sha1sums", @@ -10118,7 +10119,7 @@ "url": "https://github.com/Calinou/clr", "method": "git", "tags": [ - "commandline", + "command-line", "color", "rgb", "hsl", @@ -10830,13 +10831,27 @@ "method": "git", "tags": [ "linenoise", - "commandline", + "readline", + "command-line", "repl" ], "description": "Nim implementation of linenoise command line editor", "license": "MIT", "web": "https://github.com/jangko/nim-noise" }, + { + "name": "prompt", + "url": "https://github.com/surf1nb1rd/nim-prompt", + "method": "git", + "tags": [ + "command-line", + "readline", + "repl" + ], + "description": "Feature-rich readline replacement", + "license": "BSD2", + "web": "https://github.com/surf1nb1rd/nim-prompt" + }, { "name": "proxyproto", "url": "https://github.com/ba0f3/libproxy.nim",