Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Delta | 17,525 | 9 hours ago | 38 | August 31, 2022 | 208 | mit | Rust | |||
A syntax-highlighting pager for git, diff, and grep output | ||||||||||
Diff So Fancy | 16,308 | 41 | 3 | 3 months ago | 39 | July 27, 2021 | 27 | mit | Perl | |
Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada: | ||||||||||
Walle Web | 11,300 | a year ago | 17 | May 16, 2016 | 387 | apache-2.0 | Python | |||
walle - 瓦力 Devops开源项目代码部署平台 | ||||||||||
Vim Gitgutter | 8,059 | a day ago | mit | Vim Script | ||||||
A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks. | ||||||||||
Icdiff | 4,052 | 2 months ago | 1 | February 27, 2018 | 17 | other | Python | |||
improved colored diff | ||||||||||
Gitsigns.nvim | 3,112 | 12 days ago | 53 | mit | Lua | |||||
Git integration for buffers | ||||||||||
Vim Signify | 2,596 | a month ago | 10 | mit | Vim Script | |||||
:heavy_plus_sign: Show a diff using Vim its sign column. | ||||||||||
Nbdime | 2,448 | 13 | 8 | a month ago | 21 | October 26, 2021 | 77 | other | Python | |
Tools for diffing and merging of Jupyter notebooks. | ||||||||||
Diff2html | 2,398 | 230 | 115 | 2 months ago | 178 | September 14, 2022 | 27 | mit | TypeScript | |
Pretty diff to html javascript library (diff2html) | ||||||||||
Diffview.nvim | 2,325 | 8 hours ago | 26 | other | Lua | |||||
Single tabpage interface for easily cycling through diffs for all modified files for any git rev. |
GitDiffSwift is a git diff parser written in Swift.
pod 'GitDiffSwift'
Make the following entry in your Cartfile:
github "SD10/GitDiffSwift"
To integrate using Apple's Swift package manager, add the following as a dependency to your Package.swift
:
.package(url: "https://github.com/SD10/GitDiffSwift.git", .upToNextMajor(from: "0.0.1"))
Pull requests welcomed. This repo is being developed at the speed of snail.
GitDiffSwift is released under the MIT License