Skip to content

Commit

Permalink
Added package cap10 (#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
viega authored Nov 1, 2023
1 parent 3af0c94 commit 0dea566
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
}
]

0 comments on commit 0dea566

Please sign in to comment.