summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/models/filepathcategory.py
AgeCommit message (Expand)Author
2021-07-28Simplify exception catchingFlorian Bruhin
2021-07-28Handle and test more file path corner casesFlorian Bruhin
2021-07-28Handle UnicodeEncodeError in path completionFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20completion: Avoid pathlib in filepathcategoryFlorian Bruhin
2021-01-20Handle null bytes in filepath completionFlorian Bruhin
2021-01-20Update docsFlorian Bruhin
2021-01-20Refactor FilePathCategoryFlorian Bruhin
2021-01-20Minor reformatFlorian Bruhin
2021-01-19Add some testsAndrew MacFie
2021-01-19Add favorite_paths as settingAndrew MacFie
2021-01-19Remove config import for nowAndrew MacFie
2021-01-19Fix name from QtAndrew MacFie
2021-01-19Fix method implementationAndrew MacFie
2021-01-19Add filesystem completion to defaultAndrew MacFie
2021-01-19Leave prefix as user typed itAndrew MacFie
2021-01-19Fix some stuffAndrew MacFie
2021-01-19Update qutebrowser/completion/models/filepathcategory.pyAndrew
2021-01-19Update qutebrowser/completion/models/filepathcategory.pyAndrew
2021-01-19Update qutebrowser/completion/models/filepathcategory.pyAndrew
2021-01-19Update qutebrowser/completion/models/filepathcategory.pyAndrew
2021-01-14Fix c/p'ed docstringAndrew MacFie
2021-01-14Remove lint (whoops)Andrew MacFie
2021-01-14Support file protocol in filename completionAndrew MacFie
2021-01-14Add file path completionAndrew MacFie