-
Notifications
You must be signed in to change notification settings - Fork 0
[FEATURE] Better ls #8
Description
Is your feature request related to a problem? Please describe.
Although the ls command is unique in the sense it displays files in a table which I appreciate. I dislike how I do not have options to use tags that I find convenient in other shells. the information shown after running the command can be a bit overwhelming at first and take a good few seconds to register what am I looking at. When I type ls in my shell I tend to expect only files and directory in that path nothing else, not including the hidden files. I will use the tag -a if I want hidden files, and -l for list format.
Describe the solution you'd like
Currently deacon just takes the second argument from the command, which cannot be override by the user. You can make a parser that takes the options from the command and parses it in some way.
Describe alternatives you've considered
Alternatively you can use this and make an alias for ls
Additional context
if deacon decides to stick with the table, then it would be nice to colour directors in blue and executable in green, to differentiate.