Added package cap10 (#2735)

This commit is contained in:
John Viega 2023-11-01 12:32:26 -04:00 committed by GitHub
parent 3af0c947b3
commit 0dea5661b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,7 +315,9 @@
"name": "arrayutils",
"url": "https://github.com/choltreppe/arrayutils",
"method": "git",
"tags": ["array"],
"tags": [
"array"
],
"description": "map/mapIt for arrays",
"license": "MIT"
},
@ -31709,5 +31711,20 @@
"description": "AST IIFE for nim. Generate code with AST.",
"license": "MIT",
"web": "https://github.com/xjzh123/astiife"
},
{
"name": "cap10",
"url": "https://github.com/crashappsec/cap10",
"method": "git",
"tags": [
"terminal",
"expect",
"pty",
"capture",
"replay"
],
"description": "A tool to capture and replay command line terminal sessions",
"license": "Apache-2.0",
"web": "https://github.com/crashappsec/cap10"
}
]