From b09ba96133ed8704388a78a148526d2fca50577d Mon Sep 17 00:00:00 2001 From: z-kk <34835979+z-kk@users.noreply.github.com> Date: Sat, 15 Oct 2022 13:38:19 +0900 Subject: [PATCH] Added package tabcompletion (#2387) Co-authored-by: z-kk --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7361bcc..007dbaa 100644 --- a/packages.json +++ b/packages.json @@ -27718,5 +27718,19 @@ "description": "math parser/evaluator library", "license": "MIT", "web": "https://github.com/hamidb80/emath" + }, + { + "name": "tabcompletion", + "url": "https://github.com/z-kk/tabcompletion", + "method": "git", + "tags": [ + "stdin", + "readline", + "tab", + "completion" + ], + "description": "stdin tab completion library", + "license": "MIT", + "web": "https://github.com/z-kk/tabcompletion" } ]