All Projects → alexmdodge → github-diff-explorer

alexmdodge / github-diff-explorer

Licence: MIT license
The GitHub Diff Explorer is a Chrome/Firefox extension that generates a seamless file explorer with a minimalist focus.

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to github-diff-explorer

Hypertag
Knowledge Management for Humans using Machine Learning & Tags
Stars: ✭ 116 (+329.63%)
Mutual labels:  organization, file
WiFi-Direct-File-Transfer-App
WiFi Direct File Transfer is a experimental app that will allow sharing of data between Android devices running Android 4.0 or higher using a WiFi direct connection without the use of a WiFi access point. This will enable data transfer between devices without relying on any existing network infrastructure
Stars: ✭ 88 (+225.93%)
Mutual labels:  file
wfm
原生PHP在线文件管理器,原生PHP在线文件编辑器,php在线文档管理
Stars: ✭ 17 (-37.04%)
Mutual labels:  file
spring-file-poller
A simple spring boot application that demonstrates file polling using the Spring Integration DSL
Stars: ✭ 25 (-7.41%)
Mutual labels:  file
pypact
A Python package for parsing FISPACT-II output
Stars: ✭ 19 (-29.63%)
Mutual labels:  file
ngx-dropzone
A highly configurable dropzone component for Angular.
Stars: ✭ 123 (+355.56%)
Mutual labels:  file
action-pr-title
Github action to enforce Pull Request title conventions
Stars: ✭ 83 (+207.41%)
Mutual labels:  pull-request
Waarp-All
This version is a major version for all Waarp Modules, previously being split.
Stars: ✭ 18 (-33.33%)
Mutual labels:  file
util
封装了一些Java常用的功能
Stars: ✭ 19 (-29.63%)
Mutual labels:  file
socya old
Open-Source membership management software for associations. Association Management System (AMS) or Membership software. 🇫🇷 Logiciel de gestion d'adhérents pour associations Open-Source. Association Management System (AMS) or Membership software.
Stars: ✭ 14 (-48.15%)
Mutual labels:  organization
azure-devops-pull-request-hub
Azure DevOps Pull Request Manager Hub
Stars: ✭ 44 (+62.96%)
Mutual labels:  pull-request
file access
File.io for Web, Desktop and Mobile for Flutter
Stars: ✭ 59 (+118.52%)
Mutual labels:  file
fsify
Convert an array of objects into a persistent or temporary directory structure.
Stars: ✭ 24 (-11.11%)
Mutual labels:  file
aushape
A library and a tool for converting audit logs to XML and JSON
Stars: ✭ 37 (+37.04%)
Mutual labels:  file
filecloud
仿百度网盘,个人云盘。 file cloud
Stars: ✭ 130 (+381.48%)
Mutual labels:  file
github-reserved-names
Get a list, or check if a user or organization name is reserved by GitHub
Stars: ✭ 38 (+40.74%)
Mutual labels:  organization
StoreAway
Store away files to destination by filetype.
Stars: ✭ 13 (-51.85%)
Mutual labels:  file
atomically
Write files atomically and reliably.
Stars: ✭ 136 (+403.7%)
Mutual labels:  file
LifeTime
LifeTime app
Stars: ✭ 35 (+29.63%)
Mutual labels:  organization
pddcat
🐈 NSFW. Organise your porn download directory.
Stars: ✭ 42 (+55.56%)
Mutual labels:  organization

The GitHub Diff Explorer is a minimalist browser add-on which generates a seamless file explorer in GitHub pull requests. Currently the add-on is available in both Chrome and Firefox.

A big thanks to Andela Denaro for the logo and banner design!

Features

  • More screen real estate with a full width view and a re-sizable explorer
  • Improved review management and organization with collapsible folder views
  • Deep links to line references and review comments

Install

This extension requires:

  • Node (>v8)
  • NPM (>v5)

To test this locally in Chrome:

  • Pull this repository locally
  • npm install
  • npm start will run a local development copy, un-minified, with logging enabled
  • Navigate to chrome://extensions/
  • Enable developer mode
  • Load unpacked extension from dist/chrome
  • Go to a GitHub Files Changed tab in any repo.
  • Enjoy!

Release

To build a full released version for both Chrome and Firefox:

  • npm install
  • npm run release

Bundled .zip files and production assets will be in dist/chrome and dist/firefox respectively.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].