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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
venmo avatar

venmo/synx

0
View on GitHub↗
6,048 stars·266 forks·Ruby·MIT·10 vues

Synx

Synx est un utilitaire de développement pour les environnements Apple qui synchronise les dossiers du disque avec les navigateurs de projet. Il fonctionne comme un synchroniseur de dossiers de projet Xcode et un gestionnaire de fichiers, garantissant que les structures de répertoires physiques sur le système de fichiers s'alignent avec les structures de groupes logiques définies au sein d'un projet.

L'outil réorganise les fichiers physiques pour refléter la hiérarchie de groupes virtuels du navigateur de projet. Il inclut une gestion de l'exclusion de groupes pour empêcher des groupes logiques spécifiques de déclencher des mouvements de répertoires physiques, permettant la préservation de structures de répertoires personnalisées.

L'utilitaire fournit également des capacités de nettoyage de fichiers pour identifier et supprimer les fichiers source et d'assets du système de fichiers qui ne sont plus associés à aucun groupe de projet.

Features

  • Xcode Folder Synchronization - Automatically reorganizes files on disk to mirror the virtual group structure defined within an Apple development project.
  • Project Structure Alignment - Moves physical files to new paths to align the disk structure with the parsed project groups.
  • Apple Development Utilities - Provides a utility for maintaining a consistent directory structure within Xcode projects.
  • Folder Alignment Utilities - Aligns the physical file system folders with logical project groups to ensure directory structures match the project navigator.
  • Folder Mirroring Utilities - Parses project files to reorganize physical folders on the disk to match the defined virtual group structure.
  • Folder Synchronization - Reorganizes files on the disk to match the virtual group structure defined within the project.
  • Project Configuration Parsing - Extracts logical group hierarchies and file associations from internal project configuration files.
  • Xcode Project File Management - Aligns disk folders with project navigator groups and removes unreferenced source files from the file system.
  • Xcode Project Organization - Aligns physical file system folders with logical Xcode project groups to ensure directory structures match the project navigator.
  • File-to-Group Matching - Reorganizes files on the physical file system to match the structure of groups defined within the project.
  • Logical-to-Physical Directory Mapping - Translates the nested logical groups of the project navigator into a corresponding directory structure on disk.
  • Swift Project Maintenance - Maintains a clean and consistent directory structure to prevent discrepancies between the file system and the project navigator.
  • Unreferenced File Pruning - Identifies and deletes physical files that no longer have a corresponding entry in the project configuration.
  • iOS Project File Maintenance - Cleans up local source files and assets by removing unreferenced items not linked to the active project.
  • Extraction-Based File Pruning - Deletes source and image files from the file system that are no longer associated with any project group.
  • Command Line Utilities - Reorganize Xcode project folders to match groups.
  • Xcode Plugins - Reorganizes Xcode project structure.

Historique des stars

Graphique de l'historique des stars pour venmo/synxGraphique de l'historique des stars pour venmo/synx

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Synx

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Synx.
  • nytimes/objective-c-style-guideAvatar de NYTimes

    NYTimes/objective-c-style-guide

    5,822Voir sur GitHub↗

    This project provides a comprehensive set of standardized design patterns, naming conventions, and environment configurations for Objective-C development. It establishes a consistent framework for API design, memory management, and project organization to ensure codebases remain readable and maintainable across teams. The guide defines specific standards for namespace isolation using class prefixes and a structured system for naming assets. It outlines architectural patterns for delegate protocols and error handling mechanisms intended to improve type safety and clarity. Coverage extends to

    Voir sur GitHub↗5,822
  • nicklockwood/swiftformatAvatar de nicklockwood

    nicklockwood/SwiftFormat

    8,835Voir sur GitHub↗

    SwiftFormat is a tool for the Swift language that functions as a code formatter, linter, and refactoring utility. It automatically applies consistent style rules and visual formatting to source files to ensure a uniform appearance across a project. The project differentiates itself by providing both a command-line interface for batch processing and an Xcode extension for integration directly into the development environment. It includes specialized capabilities for modernizing legacy API usage, simplifying language constructs, and inferring formatting options by analyzing an existing codebase

    Swift
    Voir sur GitHub↗8,835
  • realm/jazzyAvatar de realm

    realm/jazzy

    7,384Voir sur GitHub↗

    Jazzy is a source code documentation tool and API generator designed for Swift and Objective-C. It analyzes project roots and compiled modules to produce searchable HTML websites or offline docsets. The system functions as a multi-module API documenter, aggregating documentation from separate source modules into a single site with cross-module linking. It serves as a markdown-based documentation engine that integrates technical guides and LaTeX mathematical equations to complement generated API references. The tool covers a broad capability surface including multi-language API generation for

    Ruby
    Voir sur GitHub↗7,384
  • ecomfe/specAvatar de ecomfe

    ecomfe/spec

    4,605Voir sur GitHub↗

    Spec is a comprehensive set of frontend coding standard specifications and project architecture guides. It provides a framework for organizing directory structures, module dependencies, and package layouts to create scalable and predictable codebases. The project defines rigorous governance standards for React components, including specific naming conventions and structural patterns for props. It also establishes a JSON API data specification to ensure predictable communication between system components through standardized exchange formats and HTTP response structures. The specification cov

    Voir sur GitHub↗4,605
Voir les 30 alternatives à Synx→

Questions fréquentes

Que fait venmo/synx ?

Synx est un utilitaire de développement pour les environnements Apple qui synchronise les dossiers du disque avec les navigateurs de projet. Il fonctionne comme un synchroniseur de dossiers de projet Xcode et un gestionnaire de fichiers, garantissant que les structures de répertoires physiques sur le système de fichiers s'alignent avec les structures de groupes logiques définies au sein d'un projet.

Quelles sont les fonctionnalités principales de venmo/synx ?

Les fonctionnalités principales de venmo/synx sont : Xcode Folder Synchronization, Project Structure Alignment, Apple Development Utilities, Folder Alignment Utilities, Folder Mirroring Utilities, Folder Synchronization, Project Configuration Parsing, Xcode Project File Management.

Quelles sont les alternatives open-source à venmo/synx ?

Les alternatives open-source à venmo/synx incluent : nytimes/objective-c-style-guide — This project provides a comprehensive set of standardized design patterns, naming conventions, and environment… nicklockwood/swiftformat — SwiftFormat is a tool for the Swift language that functions as a code formatter, linter, and refactoring utility. It… realm/jazzy — Jazzy is a source code documentation tool and API generator designed for Swift and Objective-C. It analyzes project… ecomfe/spec — Spec is a comprehensive set of frontend coding standard specifications and project architecture guides. It provides a… rejetto/hfs — hfs is a web-based file server and HTTP file hosting platform that shares local files and folders with remote users… winmerge/winmerge — WinMerge is a visual file comparison and merge tool used to identify and synchronize differences between text files,…