puny/README.md

16 lines
328 B
Markdown
Raw Permalink Normal View History

2022-08-05 18:16:46 +00:00
# puny
a little CLI punycode explorer/converter
it will iterate through all arguments and display the normalized punycode and unicode versions along with a hexdump of the bytes.
```shell
dotnet run -- tildə.net
```
2022-08-05 18:29:10 +00:00
to get a standalone linux executable:
```shell
dotnet publish -c Release -r linux-x64 --self-contained
```