GitHub Files Filter

A userscript that adds filters that toggle the view of repo files by extension

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
Mottie
Installazioni giornaliere
0
Installazioni totali
167
Valutazione
9 0 1
Versione
2.1.4
Creato il
26/06/2017
Aggiornato il
17/02/2024
Dimensione
9,2 KB
Licenza
MIT
Applica a

A userscript that adds filters that toggle the view of repo files by extension

  • A group of buttons are added above the repository files, each one is set to filter a file name extension.
  • In v1.1.0, extension subcategories are now separate, e.g. "user.js" and "js" target different files.
  • The filters are only visible when there is more than one type of file extension present in the folder.
  • Files with no extension will be labeled as "«no-ext»".
  • Click on one or more filters to toggle the view of the files.
  • Hovering over the filter will show the number of files found for that extension.
  • Filter selections will be saved between sessions.
  • 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. It is only added if such files exist.
    • The "«dot-files»" filter button toggles all dot-files (e.g. .gitignore, .gitattributes, etc). It is only added if such files exist.
    • The "«min»" filter button toggles all files with a .min. in the name. It is only added if such files exist.
  • Made to work along with the GitHub image preview userscript; requires image-preview version 1.1.10+ for the best experience.
  • Inspired by hide-files-on-github extension & a bunch of code copied from the github-diff-files-filter userscript.
  • To do:
    • Add toggle for submodule and dot-folders.

github-file-filter-basic

github-file-filter-min

Hosted with ♥ at GitHub