Xuanwo / github-saved-replies

Building github saved replies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Saved Replies

This repo will help to build github saved replies like the following:

Usage

  • Open Saved replies
  • Open your browser's console (F12)
  • Copy raw content of your preferred style and running in console
    • Abbr version, like LGTM: abbr.js
    • Full version, like Look good to me: 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's tweet.

About

Building github saved replies


Languages

Language:JavaScript 100.0%