baw / atom-hide-files

Hide files and folders in the file tree
3 stars 1 forks source link

Add support for a .hidefiles file #5

Open guiraldelli opened 9 years ago

guiraldelli commented 9 years ago

It would be very interesting if the user could create a .hidefiles file with regular expressions or filenames (such as a .gitignore file) that would contain all the patterns to be hidden.

ghost commented 7 years ago

Nice idea. It would also be cool if we can optionally place the file inside the .git/info/ dir so it doesn't get in the way.

softwarecreations commented 7 years ago

@guiraldelli @lope I've implemented this functionality https://github.com/softwarecreations/atom-hide-files https://github.com/baw/atom-hide-files/pull/9

Haz001 commented 3 years ago

In the most common Linux file managers (nautilus, nemo, thunar, .etc) and some text editors like Kate a .hidden file is used to list files and directories that should be hidden, it would be nice if you used .hidden as I and many other Linux users already use .hidden to hide files and folders.

Wikipeida Link

Thanks, Harry