[Pywikipedia-bugs] [Maniphest] [Updated] T175451: Add script autocompletion support to pwb.py

2023-01-14 Thread Meno25
Meno25 removed a project: Pywikibot-General. TASK DETAIL https://phabricator.wikimedia.org/T175451 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Meno25 Cc: Nikhil07prakash, Kizule, Xqt, Framawiki, Aklapper, pywikibot-bugs-list, Dvorapa,

[Pywikipedia-bugs] [Maniphest] [Updated] T175451: Add script autocompletion support to pwb.py

2019-03-20 Thread Xqt
Xqt added a comment. the basic is very simple: in pwb.py line 200 `scripts` contains all given scripts. global `filename` contains the given filename shortcut. You can then create a list of all matching scripts like similar_scripts = [script for script in scripts if