diff --git a/justfile b/justfile index ab91439..d1d76b7 100644 --- a/justfile +++ b/justfile @@ -34,3 +34,7 @@ run: nix: nix develop .# + +# View the log with unicode characters rendered +logs: + perl -pe 's/\\u([0-9A-Fa-f]{4})/chr(hex($1))/ge' liblogos-blockchain-module.log | less -R