Greasy Fork is available in English.

File Regexplorer

Implements local explorer - file manager and provide a means to sort the file list in custom order via regular expressions

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

Necesitarás instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Necesitará instalar una extensión como Tampermonkey para instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
OpenDec
Instalaciones diarias
0
Instalaciones totales
22
Calificaciones
0 0 0
Versión
0.2.1
Creado
3/6/2023
Actualizado
12/6/2023
Tamaño
23,1 KB
Licencia
MIT
Funciona en

Thank you for your support!

If you like this script you can buy me a coffee via PayPal.Me or Ko-fi.com

QR Support Me

What does this script do?

This script implements the "local explorer - file manager" functionality of your web browser and provides a system whereby the file list can be sorted in a custom way using regular expressions.

Important

Some browsers may prevent the execution of user-scripts that access local files (where the URL scheme is file:///).

In that case in your browser, through the extension's settings page (for your script manager), you need to allow access to the file URLs.

Note

Familiarity with regular expressions is required to use this script correctly.

Otherwise it might be useful for you to consult some guide or ask for help in some online community for developers, so that you can properly build your regular expressions.

Usage

  1. once the script is installed in your browse, press Ctrl+O then select and open a folder
  2. your browser's file manager will then open
  3. in addition to the native functionalities for normal browsing of local files, there is now a form and an additional output column
  4. by filling in the fields of the form, the respective result is returned in the output column
  5. in the "Pattern" field insert a RegExp (regular expression) with which to match a substring for each file name in the list. It is also possible to define capture groups, which you can use in the "Output" field, to define individual portions
  6. you can leave the "Output" field empty to get the whole result detected via RegExp or set an output string using the capture group placeholders
  7. by clicking on the table headers you can change the sorting of the list in ascending or descending order based on the values of the specific column
  8. also consider that all user-defined settings, with this script, are stored for each individual folder, so you can find the same session when you browse that folder again.

Have a good browsing!