sindresorhus / hide-files-on-github

Chrome extension - Hide nonessential files from the GitHub file browser
https://chrome.google.com/webstore/detail/hide-files-on-github/lpnakhpaodhdkleejaehlapdhbgjbddp
MIT License
320 stars 35 forks source link

Custom rules #2

Closed sindresorhus closed 8 years ago

sindresorhus commented 10 years ago

Should be possible to edit the rules for what files/folder to hide using regex patterns. Saved in localStorage so they're synced.

Need an option page for this: https://github.com/roykolak/chrome-bootstrap

radiovisual commented 8 years ago

@sindresorhus , I have an options branch on my fork that features a new options page. The options page I built lets users choose their visibility options (dim files instead of hide them #3), and adds an optional regular expression to ignore specific files.

Here is a screenshot of my options page (uses chrome bootstrap):

hfog-options-screenshot

Everything seems to work, but I am going to play with a little more and see if I can fuzz out any hidden issues, and maybe refactor a smidge. :cake:

sindresorhus commented 8 years ago

Looks good :)