about summary refs log tree commit diff
path: root/README.md
blob: 5b1a26521014dd84bae124320309c43a3a53263e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
```

to get a standalone linux executable:

```shell
dotnet publish -c Release -r linux-x64 --self-contained
```