Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Xuanwo/github-saved-replies
Building github saved replies
https://github.com/Xuanwo/github-saved-replies
Last synced: 3 months ago
JSON representation
Building github saved replies
- Host: GitHub
- URL: https://github.com/Xuanwo/github-saved-replies
- Owner: Xuanwo
- Created: 2022-05-10T06:25:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T00:34:53.000Z (over 1 year ago)
- Last Synced: 2024-06-27T09:34:49.785Z (4 months ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Saved Replies
This repo will help to build github saved replies like the following:
![](./assets/preview.png)
## Usage
- Open [Saved replies](https://github.com/settings/replies)
- Open your browser's console (`F12`)
- Copy raw content of your preferred style and running in console
- Abbr version, like `LGTM`: [abbr.js](./dist/abbr.js)
- Full version, like `Look good to me`: [full.js](./dist/full.js)After setting up, you can use `Ctrl+.` to trigger saved reply in issues or PR!
## Safety
Our code in `utils.js` is simple and safe, none of your data will be leaked.
## Development
Install dependencies: `npm install`
Build dist: `npm run build`## Acknowledgment
Highly inspired by [@junnplus](https://twitter.com/junnplus)'s [tweet](https://twitter.com/junnplus/status/1523294594871439360).