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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·21 views

Synx

Synx is a developer utility for Apple development environments that synchronizes disk folders with project navigators. It functions as an Xcode project folder synchronizer and file manager, ensuring that physical directory structures on the file system align with the logical group structures defined within a project.

The tool reorganizes physical files to mirror the virtual group hierarchy of the project navigator. It includes group exclusion management to prevent specific logical groups from triggering physical directory movements, allowing for the preservation of custom directory structures.

The utility also provides file pruning capabilities to identify and remove source and asset files from the file system that are no longer associated with any project group.

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.

Star history

Star history chart for venmo/synxStar history chart for venmo/synx

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Synx

These projects share indexed features with Synx. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • nytimes/objective-c-style-guideNYTimes avatar

    NYTimes/objective-c-style-guide

    5,822View on 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

    View on GitHub↗5,822
  • nicklockwood/swiftformatnicklockwood avatar

    nicklockwood/SwiftFormat

    8,835View on 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
    View on GitHub↗8,835
  • realm/jazzyrealm avatar

    realm/jazzy

    7,384View on 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
    View on GitHub↗7,384
  • ecomfe/spececomfe avatar

    ecomfe/spec

    4,605View on 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

    View on GitHub↗4,605
Compare all 30 related projects→

Frequently asked questions

What does venmo/synx do?

Synx is a developer utility for Apple development environments that synchronizes disk folders with project navigators. It functions as an Xcode project folder synchronizer and file manager, ensuring that physical directory structures on the file system align with the logical group structures defined within a project.

What are the main features of venmo/synx?

The main features of venmo/synx are: Xcode Folder Synchronization, Project Structure Alignment, Apple Development Utilities, Folder Alignment Utilities, Folder Mirroring Utilities, Folder Synchronization, Project Configuration Parsing, Xcode Project File Management.

Which projects share features with venmo/synx?

Projects with overlapping indexed features include: 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,…