-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No way to hide hidden files #3
Comments
Yeah, I am still thinking about how to approach this best. I am not sure if I want to just replicate the In my experience I often actually pretty interested in the dotfiles (ones starting with On the other hand, there is plenty of files I would rather not see by default. Like all the preprocessed things programming language tools tend to generate. Simplest example, if there is a |
The program could have an ignore list similar to a You could have |
I would prefer a section of 'Hidden Files' and a section for 'Generated Files' that could be turned off with command line flags. A ingore list seems like a hassle to keep track of. |
@rampantmonkey I like this suggestion and am going to go with it. @apbryan I believe tools such as this should not have any configurable parts (let alone ignore lists). The idea is to have a small boring predictable tool that does one thing well. |
What are you going to make the default display mode (on/off) for these sections? I would lean towards off to minimize clutter. |
I would rather show all the files by default. Hiding them is confusing to people who are not aware of the concept of hidden files and everyone else can just use shell aliases to redefine the default behaviour to their own liking. And truly casual users don't use command line tools. |
Sounds good to me. Can you put that sentiment (use aliases if you don't like the defaults) in the readme? It would be nice to have the philosophy of the project in an obvious place. |
ls
hides hidden files by default, and has anls -a
option to show them.lsp
seems to always display hidden files.The text was updated successfully, but these errors were encountered: