malxau / yori

Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.
http://www.malsmith.net/yori/
MIT License
1.24k stars 31 forks source link

feature request: DIR /W multi-column filename-only view #123

Closed boeckmann closed 6 months ago

boeckmann commented 6 months ago

I regularly use the DIR /W option of TCC/LE (CMD.EXE has it also, and also COMMAND.COM). DIR /W shows only the filenames, but in multiple columns. It would be really nice to have this in Yori too.

malxau commented 6 months ago

Have you tried sdir? It was really a precursor to Yori – multi-column seems great for interactive use, not scripting, so it made sense to make something very approachable for interactive scenarios.

Sdir ended up being absurdly customizable too: http://www.malsmith.net/sdir/

boeckmann commented 6 months ago

Sorry, I missed the SDIR command, I'm sure it will fit my need. Thank you for providing Yori. This is really a great piece of software! Perhaps you may consider to at least add the commands unique to Yori to the guide on the website, so users new to the software may discover them more easily.