ogham / exa

A modern replacement for ‘ls’.
https://the.exa.website/
MIT License
23.45k stars 658 forks source link

Support `-z` for null-separated output #1241

Open lovesegfault opened 10 months ago

lovesegfault commented 10 months ago

It's hard to use exa when you have cursed filenames containing newlines and other oddities. It'd be great if, like many other cli tools, it supported a -z flag which made exa's output be separated by \0 instead of \n.