UNPKG
cligpt
Version:
latest (0.11.3)
0.11.3
0.11.2
0.11.1
0.11.0
0.10.1
0.10.0
0.9.2
0.9.1
0.9.0
0.8.4
0.8.3
0.8.2
0.8.0
0.7.2
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
0.0.1
0.0.0
A command line tool to interact with chatgpt
github.com/nandhu-44/cligpt
nandhu-44/cligpt
cligpt
/
utils
/
urls.js
5 lines
(4 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
function
hyperlink
(
url
,
text
)
{
return
`\u001b]8;;${url}\u001b\\${text}\u001b]8;;\u001b\\`
}
module.exports
=
{
hyperlink
}