From 0dea5661b1483a483cd85c767238daad91111d5a Mon Sep 17 00:00:00 2001 From: John Viega Date: Wed, 1 Nov 2023 12:32:26 -0400 Subject: [PATCH] Added package cap10 (#2735) --- packages.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 4645dc4..d0b09e8 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]