xxf098 / LiteSpeedTest

A simple tool for batch test ss/ssr/v2ray/trojan servers.
GNU General Public License v3.0
344 stars 74 forks source link

export sorted result as txt or sub txt file #33

Closed mablue closed 1 year ago

mablue commented 1 year ago

please append an option to export as txt with sorted order.from commandline. I want to use this on my bot.

xxf098 commented 1 year ago

output as json then use jq to get all the links

jq -r '.nodes[] | .link'  output.json