Merge pull request #910 from nim-lang/nim-prompt

Add nim-prompt; Normalize several tags to a single "command-line" tag
This commit is contained in:
Dominik Picheta 2018-10-27 22:01:17 +01:00 committed by GitHub
commit 7e7d5667c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,12 +94,12 @@
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
"commandline", "command-line",
"arguments", "arguments",
"switches", "switches",
"parsing" "parsing"
], ],
"description": "Provides a complex commandline parser", "description": "Provides a complex command-line parser",
"license": "MIT", "license": "MIT",
"web": "https://github.com/Xe/argument_parser" "web": "https://github.com/Xe/argument_parser"
}, },
@ -109,7 +109,7 @@
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
"commandline", "command-line",
"sound", "sound",
"recycle", "recycle",
"os" "os"
@ -879,7 +879,7 @@
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
"commandline", "command-line",
"arguments", "arguments",
"switches", "switches",
"parsing", "parsing",
@ -930,7 +930,7 @@
"tags": [ "tags": [
"rmdir", "rmdir",
"awesome", "awesome",
"commandline" "command-line"
], ],
"description": "Command to remove acceptably empty directories.", "description": "Command to remove acceptably empty directories.",
"license": "MIT", "license": "MIT",
@ -1426,7 +1426,7 @@
"url": "https://github.com/Araq/gh_nimrod_doc_pages", "url": "https://github.com/Araq/gh_nimrod_doc_pages",
"method": "git", "method": "git",
"tags": [ "tags": [
"commandline", "command-line",
"web", "web",
"automation", "automation",
"documentation" "documentation"
@ -2126,7 +2126,7 @@
"url": "https://github.com/docopt/docopt.nim", "url": "https://github.com/docopt/docopt.nim",
"method": "git", "method": "git",
"tags": [ "tags": [
"commandline", "command-line",
"arguments", "arguments",
"parsing", "parsing",
"library" "library"
@ -2802,9 +2802,10 @@
"method": "git", "method": "git",
"tags": [ "tags": [
"linenoise", "linenoise",
"readline",
"library", "library",
"wrapper", "wrapper",
"commandline" "command-line"
], ],
"description": "Wrapper for linenoise, a free, self-contained alternative to GNU readline.", "description": "Wrapper for linenoise, a free, self-contained alternative to GNU readline.",
"license": "BSD", "license": "BSD",
@ -3423,7 +3424,7 @@
"url": "https://github.com/Xe/vardene", "url": "https://github.com/Xe/vardene",
"method": "git", "method": "git",
"tags": [ "tags": [
"command line", "command-line",
"tool", "tool",
"compiler" "compiler"
], ],
@ -4327,7 +4328,7 @@
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
"commandline", "command-line",
"arguments", "arguments",
"switches", "switches",
"parsing", "parsing",
@ -5860,7 +5861,7 @@
"library", "library",
"wrapper", "wrapper",
"termbox", "termbox",
"commandline", "command-line",
"ui", "ui",
"tui", "tui",
"gui" "gui"
@ -6471,7 +6472,7 @@
"method": "git", "method": "git",
"tags": [ "tags": [
"cmd", "cmd",
"command", "command-line",
"prompt", "prompt",
"interactive" "interactive"
], ],
@ -9564,7 +9565,7 @@
"method": "git", "method": "git",
"tags": [ "tags": [
"sha1", "sha1",
"commandline", "command-line",
"utilities" "utilities"
], ],
"description": "Rename files to their sha1sums", "description": "Rename files to their sha1sums",
@ -10118,7 +10119,7 @@
"url": "https://github.com/Calinou/clr", "url": "https://github.com/Calinou/clr",
"method": "git", "method": "git",
"tags": [ "tags": [
"commandline", "command-line",
"color", "color",
"rgb", "rgb",
"hsl", "hsl",
@ -10830,13 +10831,27 @@
"method": "git", "method": "git",
"tags": [ "tags": [
"linenoise", "linenoise",
"commandline", "readline",
"command-line",
"repl" "repl"
], ],
"description": "Nim implementation of linenoise command line editor", "description": "Nim implementation of linenoise command line editor",
"license": "MIT", "license": "MIT",
"web": "https://github.com/jangko/nim-noise" "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", "name": "proxyproto",
"url": "https://github.com/ba0f3/libproxy.nim", "url": "https://github.com/ba0f3/libproxy.nim",