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

added options to normalize text, escape text, and optimize for disk v… #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 19, 2018

  1. added options to normalize text, escape text, and optimize for disk v…

    …iewing
    
    This is for issue bbolli#159 .  I was having a similar issue with special characters as well as with tag upper/lower case.
    
    I have added three new options and the code to implement the options.  
    
    --normalize-tags - sets the text to lower case and creates a unique set to remove duplicates
    --escape-tags - uses urllib.quote_plus to escape special characters in the tags
    --fix-for-disk - adds an extra urllib.quote_plus when the urls are being built to account for browsing from disk weirdness in windows
    thisismycontributionaccount authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    5741349 View commit details
    Browse the repository at this point in the history