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: 7 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T14:37:06.000Z (about 6 years ago)
- Last Synced: 2024-11-24T20:16:33.149Z (7 months ago)
- Topics: looking-for-contributors
- Language: JavaScript
- Homepage: https://marmelab.com/sedy/
- Size: 1.42 MB
- Stars: 270
- Watchers: 19
- 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.
[](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.
### 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).