An open API service indexing awesome lists of open source software.

https://github.com/capjavert/clippy-dictionary

Comments dictionary for Clippy browser extension.
https://github.com/capjavert/clippy-dictionary

clippy clippy-dictionary dictionary hacktoberfest json

Last synced: 11 months ago
JSON representation

Comments dictionary for Clippy browser extension.

Awesome Lists containing this project

README

          

# Clippy Dictionary

Comments dictionary for [capJavert/clippy](https://github.com/capJavert/clippy)

> â„šī¸ If you are a developer and want to add additional features to Clippy check out the source repo [capJavert/clippy](https://github.com/capJavert/clippy). Also feel free to open an issue or a PR 👐

## Contribute to dictionary
Clippy fetches comments from this repository file: https://clippy-dictionary.kickass.website - Feel free to contribute new comments for your favorite sites by making a pull request
- Add your entries to `clippy.json` file
- Entries are filled in format ```"keyword": "comment"```
- For example sitename for github.com would be 'github', but it could also be "com" which would add this comment for all sites containing ".com" in URL
- You can also define an array of comments like ```"keyword: ["comment1", "comment2"]```
- If there are multiple comments for the same site Clippy will pick a random one
- I will try to merge any pull requests on regular basis
- Feel free to build and install your own version of Clippy if you don't want to wait for next update