Fix configuration keyword mismatch; update alfred.py#3
Open
deanishe wants to merge 4 commits intomwaterfall:masterfrom
Open
Fix configuration keyword mismatch; update alfred.py#3deanishe wants to merge 4 commits intomwaterfall:masterfrom
deanishe wants to merge 4 commits intomwaterfall:masterfrom
Conversation
- Add latest version of alfred.py to fix Unicode normalisation problems - Replace duplicated functionality with alfred.py features - Use more Pythonic idioms where appropriate - Increase number of results sent to Alfred from 9 to 50 - Remove `exit` call in library to give control to calling code - Fix config/setup keyword mix-up between code and Run Script action - Remove *.pyc files from repo - Add .gitignore to keep *.pyc files out of source control - Remove TextEdit as editor for JSON config By default, TextEdit will break the JSON by using "Smart Quotes" The config file should be opened with the user's default editor for JSON files, which will presumably do a better job than TextEdit, and can hardly be worse.
- Add File Action to add folders - Add `qrfolders` keyword to display folders - Add result action to remove folders - Remove outdated screenshot - Add usage info to README
Author
|
Any chance you're going to accept this pull request? Otherwise, I'll fork the workflow and distribute it separately. |
Owner
|
Sorry, looks like this is "unmaintained" at the moment lol. I'm extremely busy at the moment, so feel free to fork it! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
argparse__init__.py