-
-
Notifications
You must be signed in to change notification settings - Fork 169
GitHub diff files filter
Rob Garrison edited this page Dec 31, 2016
·
30 revisions
A userscript that adds filters that toggle diff & PR files by extension
- A group of buttons are added above diff & pull request files with file name extensions.
- Files with no extension will be labeled as "«no-ext»".
- Click on one more more buttons to toggle the view of the files.
- Special Filters:
- The "«all»" filter button toggles the view of all files.
- The "«no-ext»" filter button toggles all files that do not have an extension.
- The "«all»" filter button toggles all dot-files (e.g.
.gitignore
,.gitattributes
, etc).
- Original idea from the Github Pr Filter extension.
- Click this link to install from GitHub, or install from GreasyFork.
- After installing, try the userscript on this page: repo inital commit.
- Initial commit