[submodule:extensions] Add new CLI: ELinks, HTTPie

This commit is contained in:
Faisal Salman
2024-11-14 22:51:41 +07:00
parent ba980c8250
commit 4a12562946
3 changed files with 33 additions and 3 deletions

View File

@@ -28,8 +28,8 @@ const LIBRARY = 'library';
const CLIs = Object.freeze({
browser : [
// wget / curl / lynx
[/(wget|curl|lynx)[\/ ]([\w\.]+)/i], [NAME, VERSION, [TYPE, CLI]]
// wget / curl / Lynx / ELinks / HTTPie
[/(wget|curl|lynx|elinks|httpie)[\/ ]\(?([\w\.-]+)/i], [NAME, VERSION, [TYPE, CLI]]
]
});