awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to johnno1962/gitdiff

Open-source alternatives to GitDiff

30 open-source projects similar to johnno1962/gitdiff, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best GitDiff alternative.

  • lzwjava/reveal-in-githublzwjava avatar

    lzwjava/Reveal-In-GitHub

    257View on GitHub↗

    An Xcode plugin designed for seamless navigation to key GitHub functionalities within your current repository. With just a click, effortlessly access GitHub History, Blame, Pull Requests, Issues, and Notifications, all in a matter of seconds.

    Objective-C
    View on GitHub↗257
  • larsxschneider/showingithublarsxschneider avatar

    larsxschneider/ShowInGitHub

    238View on GitHub↗

    Xcode plugin to open a related Github or BitBucket page directly from the Xcode editor code window. Installs easily through the Xcode package manager Alcatraz.

    Objective-C
    View on GitHub↗238
  • canvaspod/canvasCanvasPod avatar

    CanvasPod/Canvas

    5,283View on GitHub↗

    Canvas is a set of graphical tools and development environment extensions for configuring animation properties and interface effects without writing manual code. It provides a visual animation editor and motion tool integrated into Xcode for designing SwiftUI views and layout elements. The project enables the creation of motion effects and transitions through a visual interface, allowing for the design of parallax headers and sticky sections. It includes a visual animation system for managing timing, delays, and animation styles. The toolset covers visual motion prototyping and the implement

    Objective-C
    View on GitHub↗5,283
  • intitni/copilotforxcodeintitni avatar

    intitni/CopilotForXcode

    8,240View on GitHub↗

    CopilotForXcode is an AI source editor extension for the Xcode development environment. It provides a suite of tools including a conversational chat interface, a code completion tool, and a natural language refactorer to assist with Apple platform development. The project differentiates itself by integrating project context and compiler errors directly into its AI interactions. It supports custom prompt execution using template variables and enables the triggering of shell scripts and system shortcuts directly from the chat interface to automate development tasks. The system manages AI integ

    Swiftchatchatgptcode-completion
    View on GitHub↗8,240

AI search

Explore more awesome repositories

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

Find more with AI search
  • 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
  • artsabintsev/solarized-dark-for-xcodeA

    ArtSabintsev/Solarized-Dark-for-Xcode

    0View on GitHub↗
    View on GitHub↗0
  • appsquickly/xcodeeditorappsquickly avatar

    appsquickly/XcodeEditor

    886View on GitHub↗
    Objective-Cideobjective-cxcode
    View on GitHub↗886
  • alexanderekdahl/github-sublime-themeAlexanderEkdahl avatar

    AlexanderEkdahl/github-sublime-theme

    74View on GitHub↗

    Open Tools -> Command Palette.... Search for Package Control: Install Package and click enter. Wait for the available packages to show up and then search for GitHub Color theme. Click enter and the theme should be installed.

    View on GitHub↗74
  • bevacqua/twitter-for-githubbevacqua avatar

    bevacqua/twitter-for-github

    147View on GitHub↗

    Infers or tries to find GitHub users' Twitter handles and present them to you in the GitHub interface.

    JavaScript
    View on GitHub↗147
  • benoitsan/bbuncrustifyplugin-xcodebenoitsan avatar

    benoitsan/BBUncrustifyPlugin-Xcode

    1,189View on GitHub↗

    Xcode plugin to format source code using ClangFormat or Uncrustify

    Objective-C
    View on GitHub↗1,189
  • buunguyen/octotreebuunguyen avatar

    buunguyen/octotree

    23,200View on GitHub↗

    Octotree is a browser extension that provides a hierarchical file tree for navigating Git repositories and inspecting pull requests on GitHub. It serves as a web-based code browser that allows users to explore project directories and locate source files without cloning the repository locally. The tool includes a pull request viewer designed to analyze code changes by providing a navigable file system during the review process. It synchronizes the view state with the browser address bar to enable shareable deep links to specific files. The system employs virtualized list rendering and asynchr

    JavaScript
    View on GitHub↗23,200
  • enricob/gitpressenricob avatar

    enricob/gitpress

    11View on GitHub↗

    A plug-in for WordPress that provides a basic widget for listing a GitHub user's repositories

    PHP
    View on GitHub↗11
  • chiahsien/autohighlightsymbolC

    chiahsien/AutoHighlightSymbol

    0View on GitHub↗
    View on GitHub↗0
  • cikelengfeng/rpaxucikelengfeng avatar

    cikelengfeng/RPAXU

    223View on GitHub↗

    每当Xcode升级之后,都会导致原有的Xcode插件不能使用,这是因为每个插件的Info.plist中记录了该插件兼容的Xcode版本的DVTPlugInCompatibilityUUID,而每个版本的Xcode的DVTPlugInCompatibilityUUID都是不同的。如果想让原来的插件继续工作,我们就得将新版Xcode的DVTPlugInCompatibilityUUID加入到每一个插件的Info文件中,手动添加的话比较费时间还可能出错,所以我写了一个脚本来做这件事。

    Shell
    View on GitHub↗223
  • anasnakawa/chrome-github-avatarsanasnakawa avatar

    anasnakawa/chrome-github-avatars

    149View on GitHub↗

    display user avatars on the Github news feed, nothing more, nothing less..

    JavaScript
    View on GitHub↗149
  • dblock/fuidblock avatar

    dblock/fui

    2,046View on GitHub↗

    Fui

    Ruby
    View on GitHub↗2,046
  • danielhusar/github-pr-filterdanielhusar avatar

    danielhusar/github-pr-filter

    17View on GitHub↗

    Add ability to filter files in pull requests

    JavaScript
    View on GitHub↗17
  • ben174/git-drawben174 avatar

    ben174/git-draw

    2,167View on GitHub↗

    Allows you to draw in your GitHub heatmap

    JavaScript
    View on GitHub↗2,167
  • drewml/gifhubDrewML avatar

    DrewML/GifHub

    653View on GitHub↗

    A Chrome extension that adds a button on GitHub comment toolbars, allowing you to search for (and include) GIFs in comments. Many thanks to Giphy, as this uses their API.

    JavaScript
    View on GitHub↗653
  • drewml/octo-previewDrewML avatar

    DrewML/octo-preview

    40View on GitHub↗

    A Chrome extension that displays live previews of Markdown comments while you type. Works with Issues Pull Requests. Should support GitHub Enterprise (but it is currently untested).

    JavaScript
    View on GitHub↗40
  • dzenbot/xcsnippetrD

    dzenbot/XCSnippetr

    0View on GitHub↗
    View on GitHub↗0
  • ehamiter/githubinatorehamiter avatar

    ehamiter/GitHubinator

    135View on GitHub↗

    With regards to Dr. Heinz Doofenshmirtz

    Python
    View on GitHub↗135
  • enjoysr/esjsonformat-xcodeEnjoySR avatar

    EnjoySR/ESJsonFormat-Xcode

    2,119View on GitHub↗

    将JSON格式化输出为模型的属性 个人活动范围>Weibo-EnjoySR

    Objective-C
    View on GitHub↗2,119
  • enjoysr/estranslate-xcodeEnjoySR avatar

    EnjoySR/ESTranslate-Xcode

    249View on GitHub↗

    快速翻译Xcode代码里面的单词。

    Objective-C
    View on GitHub↗249
  • cyanzhong/xtexthandlerC

    cyanzhong/xTextHandler

    0View on GitHub↗
    View on GitHub↗0
  • erwinmaza/transformifiererwinmaza avatar

    erwinmaza/Transformifier

    428View on GitHub↗

    Generic Interactive 3D Transformation Tweaking Tool for iOS Development

    Objective-C
    View on GitHub↗428
  • fortinmike/xcodeboostfortinmike avatar

    fortinmike/XcodeBoost

    812View on GitHub↗

    XcodeBoost

    Objective-C
    View on GitHub↗812
  • frozenfire92/pages2repoFrozenfire92 avatar

    Frozenfire92/Pages2Repo

    38View on GitHub↗

    A simple chrome extension that checks the current tab if it is a GitHub pages link (username.github.io/reponame). If one is found it will query the GitHub API for info about the repository. You can then click the repository icon in the address bar for a popup with info about the repository as…

    CSS
    View on GitHub↗38
  • fuzzyautocomplete/fuzzyautocompletepluginF

    FuzzyAutocomplete/FuzzyAutocompletePlugin

    3,224View on GitHub↗

    This is a Xcode 5+ plugin that patches the autocomplete filter to work the same way the Open Quickly works. It performs very well, and the fuzzy matching actually uses Xcode's own IDEOpenQuicklyPattern.

    Objective-C
    View on GitHub↗3,224
  • citrusbyte/auto-importer-for-xcodecitrusbyte avatar

    citrusbyte/Auto-Importer-for-Xcode

    551View on GitHub↗

    Quickly import your headers on the fly without having to manually go to the top of your file and type the import statement.

    Objective-C
    View on GitHub↗551