We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Enable a quick way to filter out services with a particular status. I tried this:
(defun prodigy-add-status-filter () "Read string and add filter for status." (interactive) (prodigy-with-refresh (let ((string (read-string "string: "))) (prodigy-add-filter :Status string)) (ignore-errors (prodigy-goto-first-line))))
but I was not successful in my attempt.
The text was updated successfully, but these errors were encountered:
Have you added it to the prodigy-services method?
Sorry, something went wrong.
I suspect :Status should be :status too.
:Status
:status
With your helpful hints I think I got it working.
Any reason why this can't be merged?
No branches or pull requests
Enable a quick way to filter out services with a particular status. I tried this:
but I was not successful in my attempt.
The text was updated successfully, but these errors were encountered: