awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

63 dépôts

Awesome GitHub RepositoriesFile Metadata Inspection

Utilities for determining file ignore status and identifying appropriate parsers based on file paths or URLs.

Explore 63 awesome GitHub repositories matching operating systems & systems programming · File Metadata Inspection. Refine with filters or upvote what's useful.

Awesome File Metadata Inspection GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • prettier/prettierAvatar de prettier

    prettier/prettier

    52,088Voir sur GitHub↗

    Prettier is an opinionated code formatter that parses source code and reprints it from scratch to enforce a consistent, project-wide visual style. By transforming code into an abstract syntax tree and applying a recursive document printing process, it eliminates manual style debates and ensures that all source files adhere to a unified appearance. The project is distinguished by its extensible, plugin-based architecture, which decouples language-specific parsing logic from the core engine. This modular design allows for uniform style enforcement across diverse programming languages and comple

    Identifies appropriate parsers based on file paths and determines ignore status through metadata inspection.

    JavaScriptangularastcss
    Voir sur GitHub↗52,088
  • walter201230/pythonAvatar de walter201230

    walter201230/Python

    26,516Voir sur GitHub↗

    Python is a high-level, interpreted programming language designed for readability and versatility. It operates via a bytecode-based virtual machine and manages memory automatically through reference-counting garbage collection. The language supports multiple programming paradigms, including object-oriented, imperative, and functional styles, and provides a comprehensive standard library for system operations, networking, and data handling. The language is distinguished by its dynamic nature, allowing for runtime object introspection and metaclass-driven class creation. It utilizes protocol-ba

    Inspects path metadata including existence, type, size, permissions, and timestamps.

    Pythonpythonpython3
    Voir sur GitHub↗26,516
  • yeasy/docker_practiceAvatar de yeasy

    yeasy/docker_practice

    26,111Voir sur GitHub↗

    This project is a Docker educational resource and a collection of practical examples designed for learning containerization technologies. It serves as a guide for understanding container fundamentals, including the creation and management of custom images and the use of registries. The repository provides specialized references for container security hardening, such as managing kernel privileges and implementing supply chain security. It also includes tutorials for multi-container orchestration and a DevOps guide focused on CI/CD automation and image optimization. The material covers a broad

    Provides methods for inspecting image indices and attestations to ensure supply chain security.

    Gobookcloud-computingcontainer
    Voir sur GitHub↗26,111
  • wagtail/wagtailAvatar de wagtail

    wagtail/wagtail

    20,366Voir sur GitHub↗

    Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites

    Retrieves raw image rendition data in templates to support custom HTML structures and manual property handling.

    Pythoncmsdjangohacktoberfest
    Voir sur GitHub↗20,366
  • eza-community/ezaAvatar de eza-community

    eza-community/eza

    20,014Voir sur GitHub↗

    Eza is a command-line utility designed to replace standard directory listing tools by providing a more informative and visually intuitive interface for exploring file systems. Built with memory-safe systems programming, it queries low-level operating system interfaces to retrieve and display comprehensive file metadata, including permissions, ownership, and modification times. The tool distinguishes itself through its use of terminal-based color coding and advanced organization capabilities. It maps structured file metadata to specific color sequences to improve readability and offers modular

    Queries low-level operating system APIs to retrieve comprehensive file metadata, permissions, and ownership information.

    Rustcolorcommand-linefiles
    Voir sur GitHub↗20,014
  • twpayne/chezmoiAvatar de twpayne

    twpayne/chezmoi

    18,075Voir sur GitHub↗

    chezmoi is a command-line utility designed to manage and synchronize system configuration files across multiple machines. It uses a local Git repository as the single source of truth, allowing users to track, version, and distribute dotfiles while maintaining a consistent state across diverse operating systems and hardware architectures. The project distinguishes itself through a declarative reconciliation model that computes the difference between the current filesystem and the desired state defined in the repository. It features a robust templating engine that processes configuration files

    Retrieves file system metadata like permissions and type to enable conditional logic during template generation.

    Goconfigurationdotfiledotfile-management
    Voir sur GitHub↗18,075
  • yorukot/superfileAvatar de yorukot

    yorukot/superfile

    16,729Voir sur GitHub↗

    Superfile is a keyboard-driven file manager designed for terminal environments. It provides a workspace for browsing, organizing, and manipulating local file systems through a multi-pane interface that supports standard file operations, directory navigation, and real-time fuzzy search. The application distinguishes itself through a modular architecture that allows for extensive customization of the user interface, including themes, icon sets, and layout dimensions. Users can define custom keyboard shortcuts, map file extensions to specific applications, and integrate external tools or scripts

    Extracts and presents detailed file and directory properties for user insight.

    Gobubbleteaclifile-manager
    Voir sur GitHub↗16,729
  • hashicorp/packerAvatar de hashicorp

    hashicorp/packer

    15,708Voir sur GitHub↗

    Packer is a machine image builder and multi-platform image orchestrator used to create identical virtual machine images for multiple platforms from a single source configuration. It functions as an infrastructure as code tool, utilizing the HashiCorp Configuration Language to define versioned and reproducible templates for cloud image provisioners. The tool is distinguished by its plugin-based extension model, which allows it to load external binaries for builders and provisioners to support various cloud platforms and virtualization environments. It includes a post-processor pipeline to tran

    Retrieves detailed information about machine images or configurations to verify their properties.

    Go
    Voir sur GitHub↗15,708
  • imagemagick/imagemagickAvatar de ImageMagick

    ImageMagick/ImageMagick

    15,742Voir sur GitHub↗

    ImageMagick is a comprehensive software suite for the creation, editing, composition, and conversion of digital images. It functions as both a command-line utility for batch processing and automation, and as a programming library that allows developers to integrate advanced image manipulation capabilities into external applications. The project is distinguished by its modular architecture, which supports hundreds of image formats through a pluggable coder system and external delegate libraries. It is designed for high-performance environments, utilizing memory-mapped pixel caching, stream-ori

    Extracts and reports technical metadata, format details, and statistical properties to verify image integrity.

    Ccommand-line-image-tooldigital-image-editingimage-conversion
    Voir sur GitHub↗15,742
  • getgrav/gravAvatar de getgrav

    getgrav/grav

    15,395Voir sur GitHub↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    Extracts technical metadata and EXIF properties from image files for display.

    PHPcmscontentcontent-management
    Voir sur GitHub↗15,395
  • hammerspoon/hammerspoonAvatar de Hammerspoon

    Hammerspoon/hammerspoon

    14,497Voir sur GitHub↗

    Hammerspoon is a programmable automation engine for macOS that enables deep system-level control through a Lua scripting environment. By bridging high-level scripts with native Objective-C APIs, it allows users to interact with the operating system's accessibility tree, intercept hardware input streams, and manage the lifecycle of running applications. The project distinguishes itself through an event-driven architecture that registers asynchronous hooks for system notifications and hardware events. This allows for real-time automation, such as remapping keyboard and mouse inputs, managing wi

    Retrieves file metadata including permissions, timestamps, and size for specified paths.

    Objective-Cautomationhammerspoonirc
    Voir sur GitHub↗14,497
  • unstructured-io/unstructuredAvatar de Unstructured-IO

    Unstructured-IO/unstructured

    14,019Voir sur GitHub↗

    Unstructured is an enterprise-grade data orchestration engine designed to transform raw, unstructured files into structured, machine-readable formats. It functions as a comprehensive platform for document ingestion, partitioning, and enrichment, specifically engineered to prepare complex data for retrieval-augmented generation and agentic AI workflows. The platform distinguishes itself through its sophisticated document processing strategies, which combine rule-based extraction with vision-language models to handle diverse file layouts, tables, and images. It provides a modular architecture t

    Extracts user-defined metadata from S3 objects for inclusion in structured output.

    HTMLdata-pipelinesdeep-learningdocument-image-analysis
    Voir sur GitHub↗14,019
  • pandas-profiling/pandas-profilingAvatar de pandas-profiling

    pandas-profiling/pandas-profiling

    13,609Voir sur GitHub↗

    This project is an exploratory data analysis library and profiling tool for Pandas and Spark DataFrames. It automates the initial investigation of datasets by generating comprehensive descriptive analysis reports, statistical summaries, and data quality warnings. The system functions as a data quality profiler to detect missing values, duplicate rows, and type inconsistencies. It includes a dataset comparison tool for identifying structural and content shifts between different versions of the same data, as well as specialized tools for time-series analysis to calculate auto-correlation and se

    Extracts technical metadata from files and images, such as dimensions and creation dates.

    Python
    Voir sur GitHub↗13,609
  • canop/brootAvatar de Canop

    Canop/broot

    12,740Voir sur GitHub↗

    Broot is an interactive terminal file manager designed for navigating, searching, and manipulating complex file system hierarchies. It provides a visual tree-based interface that allows users to explore disk contents, manage file operations, and execute shell commands directly within the command line environment. The tool distinguishes itself through real-time fuzzy searching and recursive tree traversal, which filter directory structures as you type to maintain a clear, relevant view of the file system. It integrates version control status directly into the navigation view, displaying branch

    Presents detailed file metadata like sizes and permissions directly within the tree view.

    Rustbalanced-bfs-descentcommand-linecommand-line-tool
    Voir sur GitHub↗12,740
  • abraunegg/onedriveAvatar de abraunegg

    abraunegg/onedrive

    12,577Voir sur GitHub↗

    This project is a command-line synchronization client for OneDrive and SharePoint libraries on Linux. It functions as a synchronization engine that aligns local filesystems with cloud storage through bidirectional, unidirectional, or download-only workflows. The client supports headless authentication for servers without web browsers and can be deployed as a background service or within a containerized environment. It enables the management of multiple distinct cloud accounts on a single system and integrates with shared SharePoint sites and document libraries. The synchronization engine inc

    Writes remote creator data to extended file attributes on the local filesystem.

    D
    Voir sur GitHub↗12,577
  • d2phap/imageglassAvatar de d2phap

    d2phap/ImageGlass

    12,241Voir sur GitHub↗

    ImageGlass is a lightweight image viewer and editor designed for Windows environments. It provides a unified interface for displaying a wide range of file types, including raw camera files, vector graphics, and web formats, while offering tools for basic image transformation and metadata inspection. The application distinguishes itself through deep integration with the host operating system, including the ability to synchronize its internal viewing order with the file explorer's sorting state. It supports complex media by providing playback controls for multi-frame and animated files, allowin

    Displays embedded technical metadata and color channel information to reveal details about image capture and processing.

    C#avifcsharpdirect2d
    Voir sur GitHub↗12,241
  • t8rin/imagetoolboxAvatar de T8RIN

    T8RIN/ImageToolbox

    11,746Voir sur GitHub↗

    ImageToolbox is an open-source Android application designed for comprehensive image manipulation and batch processing. It provides a toolkit for performing advanced visual edits, including background removal, geometric transformations, and the application of complex filter chains to prepare image assets. The application distinguishes itself through a modular, pipeline-based architecture that allows for the integration of new processing algorithms as isolated plugins. It leverages native hardware acceleration to handle intensive pixel manipulation tasks and supports asynchronous execution to m

    Ensures data integrity by preserving embedded file information during format transcoding.

    Kotlinaiandroidbackground-removal
    Voir sur GitHub↗11,746
  • screetsec/thefatratAvatar de screetsec

    screetsec/TheFatRat

    11,038Voir sur GitHub↗

    TheFatRat is a security exploitation framework designed to automate the creation, obfuscation, and deployment of payloads for penetration testing. It functions as a comprehensive toolkit that streamlines the exploitation lifecycle, enabling users to generate malicious executables, manage network listeners, and execute post-exploitation tasks through a unified command-line interface. The framework distinguishes itself by integrating various third-party exploitation utilities into a single, orchestrated workflow. It provides specialized capabilities for embedding code into legitimate binaries a

    Provides a utility to alter file characteristics and increase the size of generated files for testing.

    Caccessibilityantivirusautorun
    Voir sur GitHub↗11,038
  • imgproxy/imgproxyAvatar de imgproxy

    imgproxy/imgproxy

    10,876Voir sur GitHub↗

    This project is a high-performance image transformation server and media optimization proxy designed to process, resize, and convert assets on the fly. It functions as a secure pipeline that fetches remote source files and applies transformations—such as cropping, watermarking, and visual filtering—directly through parameters defined in the request URL. The service distinguishes itself through a focus on secure, resource-aware delivery. It protects infrastructure by validating incoming requests with cryptographic signatures to prevent unauthorized access and enforces strict limits on file dim

    Strips technical metadata from processed images to control file sizes and protect privacy.

    Goavifcrop-imagedocker
    Voir sur GitHub↗10,876
  • mamedev/mameAvatar de mamedev

    mamedev/mame

    9,929Voir sur GitHub↗

    MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal

    Provides tools for the manipulation and export of custom metadata tags associated with compressed disk images.

    C++
    Voir sur GitHub↗9,929
Préc.123…4Suivant
  1. Home
  2. Operating Systems & Systems Programming
  3. System Administration and Maintenance
  4. File System Management
  5. File System Utilities
  6. File Metadata Inspection

Explorer les sous-tags

  • File Characteristic ModifiersUtilities to alter file metadata and increase file size for testing purposes. **Distinct from File Metadata Inspection:** Distinct from File Metadata Inspection: focuses on active modification of file characteristics rather than passive inspection.
  • File and Process Metadata InspectorsTools that open detailed inspection windows showing macOS and Unix file, socket, and process information for selected items. **Distinct from File Metadata Inspection:** Distinct from File Metadata Inspection: includes process metadata and socket information rather than just file metadata.
  • Image Metadata Inspectors2 sous-tagsUtilities for extracting technical metadata and statistical properties from image files. **Distinct from File Metadata Inspection:** Distinct from general file metadata inspection: focuses on image-specific technical and statistical properties.
  • Kernel Metadata InspectionRetrieval of low-level file properties such as device identifiers and inode numbers. **Distinct from File Metadata Inspection:** Distinguished from general metadata inspection by focusing on kernel-internal properties like device IDs and inodes.
  • Metadata Displayers1 sous-tagUtilities for extracting and presenting file system object properties. **Distinct from File Metadata Inspection:** Distinct from File Metadata Inspection: focuses on the presentation layer for users rather than the inspection logic.
  • Metadata Preservation Engines3 sous-tagsSystems that maintain embedded file information during transcoding and format conversion processes. **Distinct from File Metadata Inspection:** Distinct from File Metadata Inspection: focuses on the active preservation and migration of metadata during file transformation rather than just inspection.
  • Raw Platform Metadata AccessExtension traits exposing low-level platform-specific file metadata fields like Unix stat or Windows attributes. **Distinct from File Metadata Inspection:** Distinct from File Metadata Inspection: provides raw platform-specific fields rather than high-level ignore/parser status checks.