igal Posted December 3, 2014 Posted December 3, 2014 I would like to write an Alfred workflow that acts as a thin wrapper around a command line application which takes many option flags and arguments. Is there any way to integrate Alfred with the bash completion script of this application in such a way that the possible completions of a partially entered command are displayed?
vitor Posted December 3, 2014 Posted December 3, 2014 No. You can have the completions, yes, but you’ll need to build them yourself in a way that Alfred understands, you can’t covert them from the bash completions.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now