awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesPath-Based View Filtering

Capabilities to exclude specific files or directories from a filesystem view based on path patterns.

Distinct from Path-Based Filtering Rules: Existing candidates focus on asset discovery or UI panels, not filesystem-level path exclusion for security views.

Explore 5 awesome GitHub repositories matching security & cryptography · Path-Based View Filtering. Refine with filters or upvote what's useful.

Awesome Path-Based View Filtering GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • sebastianbergmann/php-file-iteratorAvatar sebastianbergmann

    sebastianbergmann/php-file-iterator

    7,492Vezi pe GitHub↗

    This project provides a PHP implementation of a filesystem iterator designed to filter collections of files based on naming conventions and custom rule sets. It functions as a specialized utility that extends the standard library to include or exclude files from a collection during iteration. The tool isolates target files by applying prefix and suffix filtering, as well as custom exclusion rules. It supports recursive directory traversal, allowing the application of these filters at every level of a deep folder scan. The project covers broader filesystem management capabilities, specificall

    Allows matching the end of filenames against predefined lists of allowed or forbidden extensions.

    PHP
    Vezi pe GitHub↗7,492
  • emcrisostomo/fswatchAvatar emcrisostomo

    emcrisostomo/fswatch

    5,558Vezi pe GitHub↗

    fswatch is a cross-platform file change monitor that watches files and directories for modifications using the native event API of each operating system. It functions as a multi-backend file watcher library that selects from platform-specific backends such as inotify, kqueue, and FSEvents, with a polling fallback when no native API is available. The tool groups multiple file changes into a single event batch and triggers one command per batch, while also executing user-specified commands each time monitored files or directories are modified. The project applies include, exclude, event-type, a

    Includes or excludes files and directories from monitoring using path-based patterns.

    C++cc-plus-pluschange-monitor
    Vezi pe GitHub↗5,558
  • oxequa/realizeAvatar oxequa

    oxequa/realize

    4,454Vezi pe GitHub↗

    Realize is a developer workflow orchestrator that monitors the filesystem for changes and automatically restarts applications, runs build scripts, and executes custom commands in response. It coordinates sequential command pipelines across setup, start, and cleanup phases, managing process lifecycles for multiple projects from a single declarative YAML configuration file. The tool distinguishes itself by combining file-change-triggered automation with multi-project process management, allowing several independent projects to be watched and coordinated concurrently. It supports environment var

    Restricts monitoring scope by filtering file system events based on directory paths and file extension patterns.

    Gobuild-systembuild-toolfilewatcher
    Vezi pe GitHub↗4,454
  • anasty17/mirror-leech-telegram-botAvatar anasty17

    anasty17/mirror-leech-telegram-bot

    4,204Vezi pe GitHub↗

    Acest proiect este un bot de oglindire în cloud pentru Telegram, conceput pentru a descărca fișiere din diverse surse de internet și a le oglindi pe Telegram sau în stocarea în cloud. Acesta funcționează ca un serviciu specializat pentru descărcarea media la distanță, leeching de torrent și Usenet, și oglindirea automată a conținutului. Bot-ul se distinge prin integrarea profundă cu ecosistemul Rclone pentru gestionarea, clonarea și migrarea fișierelor între mai mulți furnizori de cloud. Include un automatizator de conținut RSS pentru a declanșa descărcări bazate pe filtre definite de utilizator și utilizează rotația conturilor de serviciu pentru a ocoli cotele API atunci când gestionează resursele cloud. Sistemul acoperă o gamă largă de capabilități, inclusiv procesarea media pentru extragerea arhivelor și conversia formatelor, precum și capturarea media web de pe platformele suportate. De asemenea, dispune de descoperirea torrentelor prin API-uri externe, căutarea recursivă a conținutului în cloud și o coadă de sarcini pentru gestionarea joburilor de transfer cu volum mare. Controlul administrativ este oferit prin controlul accesului bazat pe chat și o bază de date pentru persistența configurațiilor utilizatorului și a istoricului sarcinilor.

    Includes a mechanism to filter files based on their extensions to control which content is processed.

    Pythonaria2cclonedownload
    Vezi pe GitHub↗4,204
  • sobolevn/git-secretAvatar sobolevn

    sobolevn/git-secret

    4,023Vezi pe GitHub↗

    git-secret is a command line tool and Bash encryption utility used to manage sensitive configuration files and passwords within Git repositories. It enables version controlled secret storage by encrypting files with GPG public keys, ensuring that sensitive data can be committed to a repository without exposing plaintext. The tool utilizes a PGP encryption workflow to control access through a managed keyring of authorized public keys. This allows for the granting and revocation of decryption permissions for specific users. To prevent accidental data leaks, it automatically integrates with Git

    Uses file extensions to distinguish between encrypted secret blobs and standard repository assets.

    Shellencryptiongitgit-addons
    Vezi pe GitHub↗4,023
  1. Home
  2. Security & Cryptography
  3. Path-Based View Filtering

Explorează sub-etichetele

  • File Extension Pattern Filters2 sub-tag-uriFilters filesystem events based on file extension patterns to restrict monitoring scope. **Distinct from Path-Based View Filtering:** Distinct from Path-Based View Filtering: focuses on file extension patterns rather than directory path exclusion.