Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrubeck/bugwd-rs
https://github.com/mbrubeck/bugwd-rs
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mbrubeck/bugwd-rs
- Owner: mbrubeck
- Created: 2019-02-25T23:05:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T22:59:28.000Z (over 2 years ago)
- Last Synced: 2024-10-28T12:46:04.919Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bugwords
========**bugwd is going away!** This site is hosted on a free Heroku account, which will
[disappear](https://help.heroku.com/RSBRUH58/removal-of-heroku-free-product-plans-faq)
in November 2022. If you are interested in adopting it, please file an issue.Bugwd makes bug IDs easier to remember and to share out loud (in a meeting or
phone call, for example) by replacing numeric IDs with a sequence of words.The word sequences are generated by Oren Tirosh's [mnemonic encoder][1].
Bugwd is currently hard-coded to link to bugs on bugzilla.mozilla.org. (I'll
extend it to work with other sites soon.) To see it in action, go to
[bugwd.com](http://bugwd.com) and paste a bug number or a bugzilla link,
then copy and share the bugwd.com link that it generates.[1]: https://github.com/mbrubeck/mnemonic.js