summaryrefslogtreecommitdiff
path: root/qutebrowser/commands/userscripts.py
AgeCommit message (Expand)Author
2021-12-02pylint: Handle consider-using-withFlorian Bruhin
2021-04-23Fix :spawn -u -oFlorian Bruhin
2021-03-23Get rid of qute://spawn-outputFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20userscripts: Add QUTE_VERSIONFlorian Bruhin
2020-11-29load scripts from config directoryBryon Meinka
2020-10-28mypy: use from-import styleTim Brown
2020-10-02mypy: Update PyQt stubs and remove unneeded ignoresFlorian Bruhin
2020-06-16Use 0600 mode for uerscript FIFOFlorian Bruhin
2020-06-16userscripts: Clear self._filepath on OSErrorFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Add cast for sip.voidptrFlorian Bruhin
2020-05-09mypy: Fix typing for some re-assigned valuesFlorian Bruhin
2020-04-02Make `spawn -m -u` work properlyuser202729
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Refactor user agent handlingFlorian Bruhin
2019-10-22Fix issues with mypy changesFlorian Bruhin
2019-10-22mypy: Fix new isuses in commands.userscriptsFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.commandsFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-09-11Fix docs to say XDG_DATA_HOME instead of _DIRFlorian Bruhin
2018-02-09Merge remote-tracking branch 'origin/pr/3549'Florian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2018-01-31only open the tab for output once the job has finished runningMarc Jauvin
2017-10-23modified as requestedsiddhugolu
2017-10-22modified pylint pragmassiddhugolu
2017-09-20Use utils.is_* for platform checks everywhereFlorian Bruhin
2017-09-13Merge standarddir.system_data() into standarddir.data(system=True)Florian Bruhin
2017-07-04Add content.headers and content.cache groupsFlorian Bruhin
2017-07-02Refactor former network sectionFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-06-11Try a different way of fixing userscript crashesFlorian Bruhin
2017-06-11Revert "Work around userscript crash issue"Florian Bruhin
2017-06-11Work around userscript crash issueFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-02-01Add "QUTE_COMMANDLINE_TEXT" environment variable for userscripts.pkill9
2016-12-28Also catch UnicodeDecodeError on WindowsFlorian Bruhin
2016-12-28Improve error outputFlorian Bruhin
2016-12-27Add error handling for UnicodeDecodeErrorFritz Reichwald
2016-11-14Remove support for an empty data/config/cachedirFlorian Bruhin
2016-11-04Adjust imports/objregFlorian Bruhin
2016-09-30removed duplicate userscript path lookupDaniel Karbach
2016-09-30revised missing userscript error messagesDaniel Karbach
2016-09-30common base for userscript exceptionsDaniel Karbach
2016-09-29reorganize and documentDaniel Karbach
2016-09-29improved error messages for inexistent userscriptsDaniel Karbach
2016-09-15Initial implementation of new messagesFlorian Bruhin
2016-09-06style fixesDaniel Schadt
2016-09-06userscripts: fix FIFO on WindowsDaniel Schadt