You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pulled them from other lists I found on the internet, converted them into arrays with a simple regex find/replace, and then filtered out some words once I had them in arrays I could easily work with.
866d99d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like releases are still missing descriptions: https://github.com/xyfir/rword/releases. Might be worth fixing for folks who want to update.
866d99d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I fixed those that I could easily.
866d99d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not bad. Did you use a script for pasting all of those words into the defined functions? Or some other method?
866d99d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't fully understand the question but the words come from the arrays here: https://github.com/xyfir/rword/tree/main/words
I pulled them from other lists I found on the internet, converted them into arrays with a simple regex find/replace, and then filtered out some words once I had them in arrays I could easily work with.
Hope that answers your question!