Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieudutour/refined-github
Safari extension that simplifies the GitHub interface and adds useful features
https://github.com/mathieudutour/refined-github
browser-extension github github-extension safari-extension userstyle
Last synced: 15 days ago
JSON representation
Safari extension that simplifies the GitHub interface and adds useful features
- Host: GitHub
- URL: https://github.com/mathieudutour/refined-github
- Owner: mathieudutour
- License: mit
- Created: 2018-05-07T06:19:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T16:17:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-17T16:14:28.135Z (25 days ago)
- Topics: browser-extension, github, github-extension, safari-extension, userstyle
- Language: HTML
- Homepage: https://safari-extensions.apple.com/details/?id=me.dutour.mathieu.refined-github-8SEPFSC7S3
- Size: 1.96 MB
- Stars: 25
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Refined GitHub for Safari
[![Build Status](https://travis-ci.org/mathieudutour/refined-github.svg?branch=master)](https://travis-ci.org/mathieudutour/refined-github)
> Browser extension that simplifies the GitHub interface and adds useful features
This is a Safari version of [Refined GitHub](https://github.com/sindresorhus/refined-github).
## Install
[Install from the Safari Extensions Gallery](https://safari-extensions.apple.com/details/?id=me.dutour.mathieu.refined-github-8SEPFSC7S3)
or
[Download latest release](https://github.com/mathieudutour/refined-github/releases)
## Development
Before starting, git submodules should be checked out (`git submodule update --init`) and [Node](https://nodejs.org/en/) should be installed.
Then, install required dependencies with
```bash
npm install
```After this, running
```bash
npm run build
```will build the extension files to "refined-github.safariextension" directory. This directory can be loaded with [Extension Builder](https://developer.apple.com/library/content/documentation/Tools/Conceptual/SafariExtensionGuide/UsingExtensionBuilder/UsingExtensionBuilder.html) to Safari.