What I liked:<p>- Nice output layout.<p>- Separated directories, files, directory links and file links.<p>- Full path output.<p>- Count of objects inside directories.<p>What would be good:<p>- Accept filenames as arguments (just like directory is already supported).<p>- Add an option --regex, for powerful filtering (like egrep)<p>- Add an option --recursive and --ignore (or --exclude), allowing the user to make recursive listing while ignoring some directories.<p>Keep up the nice work. Thanks!
Looks cool! Checking it out now. I have a growing interest in Nim, how do you like the language?<p>One suggestion I have is to output in justified columns for the non-list output, like how ls does.. gives me a headache to look at everything jumbled together.<p>And one final note, having short hand command flags is necessary if you want a useful command line tool. Like '-s' short for '--salad' or '-c' for '--count' etc
The images in the repo should be accompanied by descriptions of what we can see. It is not obvious for most of them.<p>I say 'should', but that is pretty relative of course. The don't have to, but in order for most people, or at least me, to understand them, they should.