Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marmelab/sedy
A GitHub bot bringing the sed command to code reviews
https://github.com/marmelab/sedy
looking-for-contributors
Last synced: 3 months ago
JSON representation
A GitHub bot bringing the sed command to code reviews
- Host: GitHub
- URL: https://github.com/marmelab/sedy
- Owner: marmelab
- License: mit
- Archived: true
- Created: 2015-11-02T10:38:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T14:37:06.000Z (over 5 years ago)
- Last Synced: 2024-06-28T13:35:48.525Z (4 months ago)
- Topics: looking-for-contributors
- Language: JavaScript
- Homepage: https://marmelab.com/sedy/
- Size: 1.42 MB
- Stars: 269
- Watchers: 18
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Archived Repository
This code is no longer maintained. If you're interested in taking over the code and its maintenance, please contact marmelab.
[![Build Status](https://travis-ci.org/marmelab/sedy.svg?branch=master)](https://travis-ci.org/marmelab/sedy)
# What's Sedy
Sedy is a GitHub webhook which allows pull-request reviewers to fix typos themselves by typing sed-like commands on review comments.![commit example](./.github/sedy_commit_example.png)
### How it works
After installing Sedy on your repository, just type a sed-like command (`s/[old text]/[new text]/`) in a single comment or in a code review, and Sedy will quickly commit the fix.# Installation
Go to [https://github.com/apps/sedy](https://github.com/apps/sedy) and follow the instructions.
That's it.
# Contributing
Whether it's for a bug or a suggestion, your feedback is precious. Feel free to [fill an issue](https://github.com/marmelab/sedy/issues/new). Be sure that it will be considered.If you want to open a PR, all you need to know is written on the [CONTRIBUTING.md](./.github/CONTRIBUTING.md).
# License
[sedy](https://marmelab.com/sedy/) is licensed under the [MIT License](./LICENSE), and sponsored by [marmelab](https://marmelab.com).