awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 रिपॉजिटरी

Awesome GitHub RepositoriesFile Rename Tracking

Systems for maintaining historical references and integrity when files are renamed within a storage backend.

Distinguishing note: Candidates focus on bulk renaming tools or cloud resource IDs, not historical link maintenance during renames.

Explore 8 awesome GitHub repositories matching data & databases · File Rename Tracking. Refine with filters or upvote what's useful.

Awesome File Rename Tracking GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • gollum/gollumgollum का अवतार

    gollum/gollum

    14,279GitHub पर देखें↗

    Gollum is a Git-powered wiki engine and content management system that provides a web-based interface for editing and organizing files stored in a Git repository. It functions as a self-hosted documentation tool, using a Git-based storage backend to manage page content and track version history. The system is characterized by a pluggable markup rendering architecture that converts multiple markup languages and specialized notations into HTML. It supports a wide array of rich content, including mathematical typesetting, BibTeX bibliographies, and diagrams rendered via Mermaid. Broad capabilit

    Maintains historical links and references when pages are renamed within the Git backend.

    Rubydocumentationdocumentation-toolgollum
    GitHub पर देखें↗14,279
  • fluent/fluentdfluent का अवतार

    fluent/fluentd

    13,554GitHub पर देखें↗

    Fluentd is a unified logging layer and distributed event router that collects, parses, and routes log data from diverse sources to various storage backends. It functions as a log forwarding agent and pipeline orchestrator, transforming raw unstructured log strings into formatted objects using structured log parsing. The project utilizes a plugin-based pipeline architecture to route data through independent input, filter, and output stages. It differentiates itself through tag-based event routing, which uses regular expression patterns to direct specific data streams to their intended destinat

    Tracks log files via unique filesystem identifiers to ensure continuous reading across file rotations and renames.

    Ruby
    GitHub पर देखें↗13,554
  • mit-pdos/xv6-publicmit-pdos का अवतार

    mit-pdos/xv6-public

    9,466GitHub पर देखें↗

    xv6 is a Unix-like educational operating system designed for teaching kernel concepts. It is implemented as an instructional kernel for x86 and RISC-V architectures, featuring a virtual memory manager and support for symmetric multiprocessing. The system is designed to demonstrate core OS principles through a simplified re-implementation of Unix Version 6. It provides a controlled environment for studying system calls, trap handling, and process lifecycles. Its capability surface covers process management, including scheduling and context switching, and memory management via page tables for

    Tracks file properties and physical disk block addresses using a combination of inodes and a super block.

    C
    GitHub पर देखें↗9,466
  • tagstudiodev/tagstudioTagStudioDev का अवतार

    TagStudioDev/TagStudio

    6,766GitHub पर देखें↗

    TagStudio is a database-driven digital asset manager designed to organize and categorize files without altering their physical location on disk. It utilizes a non-destructive metadata store to attach tags and custom fields to files via a separate database rather than modifying original file headers. The project is distinguished by a hierarchical tagging system that supports parent-child relationships and custom color palettes for visual organization. It includes a multi-format media previewer that generates thumbnails and playback for images, videos, audio, documents, and archives, as well as

    Tracks file properties like dimensions and duration while maintaining historical references during file renames.

    Pythondocument-management-systemfile-managermetadata
    GitHub पर देखें↗6,766
  • superradcompany/microsandboxsuperradcompany का अवतार

    superradcompany/microsandbox

    6,570GitHub पर देखें↗

    Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag

    Renames or moves files to new paths inside a running sandbox.

    Rust
    GitHub पर देखें↗6,570
  • you-dont-need/you-dont-need-guiyou-dont-need का अवतार

    you-dont-need/You-Dont-Need-GUI

    5,821GitHub पर देखें↗

    You-Dont-Need-GUI is a curated reference of terminal commands that replace common graphical interface operations with equivalent shell one-liners. It maps everyday GUI actions—file management, archive handling, system monitoring, and network diagnostics—to standard POSIX utilities like find, grep, and awk, all composed as self-contained shell pipelines. The project distinguishes itself by requiring no external dependencies or installations; every solution runs with built-in shell commands and coreutils. Its documentation follows Unix man-page conventions, presenting each command with a

    Changes the name of a file or directory using a single command instead of right-clicking.

    clicommandcommand-line
    GitHub पर देखें↗5,821
  • trapexit/mergerfstrapexit का अवतार

    trapexit/mergerfs

    5,709GitHub पर देखें↗

    mergerfs is a FUSE-based union filesystem that pools multiple independent filesystems or directories into a single unified mount point. It acts as a proxy to underlying storage, forwarding file operations directly to the filesystem for near-native performance while merging directory listings and attribute changes. The project provides a live, read-write pooled view of storage that aggregates drives of any size without requiring reformatting or data redistribution, and it isolates individual drive failures so that the pool continues serving data from remaining filesystems. The filesystem offer

    Controls whether renaming or linking a file preserves its current branch or follows the create policy.

    C++aufsdatahoardingfilesystem
    GitHub पर देखें↗5,709
  • tagspaces/tagspacestagspaces का अवतार

    tagspaces/tagspaces

    4,935GitHub पर देखें↗

    TagSpaces is an offline-first file tagging and organization platform that lets you manage local files with portable metadata stored directly in filenames or sidecar JSON files, eliminating the need for a central database. It functions as a full-text file search engine, a Kanban board file organizer, a local AI file assistant, an S3-compatible cloud file manager, and a web clipper and bookmark manager, all within a single application. The project distinguishes itself through a local-first architecture where all file operations, indexing, and AI processing run entirely on the device, with cloud

    Renames files and folders directly within the application interface without external tools.

    TypeScriptelectronjavascriptnote-taking
    GitHub पर देखें↗4,935
  1. Home
  2. Data & Databases
  3. File Rename Tracking

सब-टैग एक्सप्लोर करें

  • Context Menu RenamersRenaming files or folders directly from the right-click context menu without opening a properties panel. **Distinct from File Rename Tracking:** Distinct from Inline Renamers: triggers rename from the context menu rather than an inline edit field.
  • In-Guest File RenamesRenames or moves a file to a new path inside a running sandbox. **Distinct from File Rename Tracking:** Distinct from File Rename Tracking: performs the rename operation inside a sandbox, not tracking historical renames.
  • Inline RenamersRenaming files and folders directly within the application interface without opening a separate dialog. **Distinct from File Rename Tracking:** Distinct from File Rename Tracking: performs the rename operation inline rather than tracking historical renames.
  • Inode-Based TrackingTracking files by filesystem inode to maintain continuity during rotations. **Distinct from File Rename Tracking:** Specific to log file rotations using inodes, whereas file rename tracking is general metadata maintenance.
  • Rename and Link Policy TuningsControls whether renaming or linking a file preserves its current branch or follows the create policy. **Distinct from File Rename Tracking:** Distinct from File Rename Tracking: controls rename behavior policy, not historical tracking of renames.