Added package tabcompletion (#2387)

Co-authored-by: z-kk <z-kk@gmail.com>
This commit is contained in:
z-kk 2022-10-15 13:38:19 +09:00 committed by GitHub
parent 1757ac4365
commit b09ba96133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]