seaofvoices / darklua

A command line tool that transforms Lua code
https://darklua.com/
MIT License
71 stars 9 forks source link

`append_text_comment` qol improvements #196

Open kineticwallet opened 3 months ago

kineticwallet commented 3 months ago

Not only allow text files which are stored locally but also allow links like "https://raw.githubusercontent.com/x/y/z.txt" for example.

kineticwallet commented 3 months ago

At the moment doing curl "link" and then using that file solves this problem, but that's a step too much IMO.