Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter out duplicate fortunes #104

Closed
wants to merge 3 commits into from
Closed

Commits on Oct 31, 2024

  1. Remove duplicate "zippy" fortune collections

    The cookie jars zippy and off/unrotated/zippy are virtually identical,
    except for odd spelling fixes.
    inguin committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1d3a0e0 View commit details
    Browse the repository at this point in the history
  2. Remove redundant offensive cookie file

    All quotes from off/unrotated/cookie are also included in cookie -- with
    the one exception of "Shit Happens." which is included in
    off/unrotated/vulgarity.
    inguin committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8bd17a7 View commit details
    Browse the repository at this point in the history
  3. Filter out exact duplicates

    Remove any duplicate fortunes, identified by a script, preferring
    occurrences in specific files over "cookie" or "miscellaneous".
    
    For fortunes occuring in both the offensive and regular files, keep the
    regular ones.
    inguin committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e78fe9f View commit details
    Browse the repository at this point in the history