UNPKG

cligpt

Version:

A command line tool to interact with chatgpt

5 lines (4 loc) 130 B
function hyperlink(url,text){ return `\u001b]8;;${url}\u001b\\${text}\u001b]8;;\u001b\\` } module.exports = { hyperlink }