0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve lexing of hyphenated words and acronyms. More... over 3 years ago
Ignore leading or trailing '\'', '_', '-' characters. More... over 3 years ago
Added more specs for how stop words are ignored. More... over 3 years ago
Added spec for ignoring single letters. More... over 3 years ago
Ignore single letters when parsing text into words. More... over 3 years ago
Ignore numbers when parsing text into words. More... over 3 years ago
Support ignoring stop words for a given language. More... over 3 years ago
Renamed a wordlist fixture file to match the other wordlist files. More... over 3 years ago
Fixed a typo in the Wordlist::Builder specs. More... over 3 years ago
Added specs for Wordlist::CLI. More... over 3 years ago
Remove spidr as a dependency. More... over 3 years ago
Include the relative path in the exception message. More... over 3 years ago
Added a missing edge-case spec. More... over 3 years ago
Only exit in the bin/wordlist script, not the CLI class. More... over 3 years ago
Fixed bugs in Wordlist::CLI. More... over 3 years ago
Ensure the new wordlist file is removed before and after each spec runs. More... over 3 years ago
Renamed Wordlist::List to Wordlist::File. More... over 3 years ago
Removed Wordlist::Runners. More... over 3 years ago
Add a Synopsis section with command examples. More... over 3 years ago
Guard against too few arguments given in read-mode. More... over 3 years ago
Add examples for using the Builder class. More... over 3 years ago
Fixed an example. More... over 3 years ago
Removed old YARD link. More... over 3 years ago
Added missing comments. More... over 3 years ago
Wording. More... over 3 years ago
Catch exceptions around Builder.open. More... over 3 years ago
Added a basic CLI class for reading, combining, modifying, and building wordlists. More... over 3 years ago
Raise Wordlist::UnknownFormat instead of ArgumentError. More... over 3 years ago
Added Wordlist::CommandNotFound exception. More... over 3 years ago
Added Wordlist::UnknownFormat exception. More... over 3 years ago