Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrubeck/bugwd
Readable, memorable URLs to replace long bug numbers
https://github.com/mbrubeck/bugwd
Last synced: 8 days ago
JSON representation
Readable, memorable URLs to replace long bug numbers
- Host: GitHub
- URL: https://github.com/mbrubeck/bugwd
- Owner: mbrubeck
- Created: 2014-03-13T15:14:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T19:46:15.000Z (almost 11 years ago)
- Last Synced: 2023-04-09T21:41:27.522Z (over 1 year ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bugwords
========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