I just found this after I noticed support had stopped for exa.
ls works, is not mission critical (you know what I mean), and will always be around.
21–30 of 250 posts
I just found this after I noticed support had stopped for exa.
ls works, is not mission critical (you know what I mean), and will always be around.
My ls usage went down 100% after I switched to fish shell. The built in Alt + l command lists the directory contents. Very helpful! And also results in a cleaner shell history.
function ls_on_cd --on-variable PWD
ls
endI have a problem with all terminal tools that insist on using colors to distinguish between various file types or attributes etc ('ls' is often set up like that too for distros, but I simply delete the config which sets that, the default doesn't). I use a terminal background which is easy on my eyes, and those color schemes always include colors which clash with the background or makes them hard to see in other ways.…
Neat, it also works on termux, I like the tree output. Is there a parameter to just display the size, name and date format YYMMDD or rickdate for even shorter display, or can I hack it in the rust code? The permission and user column output distract me and take up space. With rust it can also be compiled to wasm and run on ios a-shell (which runs vim and python wasm and other smallish wasm's).
Just kidding. But on a more serious note, why does he claim ls is not maintained anymore?
Who uses ls anyway? I tab-complete until it lists the files I need. Just kidding. But on a more serious note, why does he claim ls is not maintained anymore?
Earlier quoted context omitted.
I cannot find this shortcut in https://fishshell.com/docs/current/interactive.html . Do you know where it's documented by any chance?
It's there, in Shared bindings: "Alt+L lists the contents of the current directory, unless the cursor is over a directory argument, in which case the contents of that directory will be listed."