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.
- Host: GitHub
- URL: https://github.com/capjavert/clippy-dictionary
- Owner: capJavert
- License: mit
- Created: 2018-06-17T22:26:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T08:59:49.000Z (over 1 year ago)
- Last Synced: 2024-11-07T09:44:14.974Z (over 1 year ago)
- Topics: clippy, clippy-dictionary, dictionary, hacktoberfest, json
- Language: JavaScript
- Homepage: https://clippy.kickass.website/
- Size: 108 KB
- Stars: 6
- Watchers: 3
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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