Hey there Alfred Community,
Full disclaimer: I am a hopeless newbie when it comes to the topics I'm addressing here, so I apologize in advance for ambiguous vocabulary.
Basically, I am trying to use a combination of "File Filter" and "Run Script" to open a server on a specific folder (for development's sake).
In Terminal, I would do the following:
cd ~/PathToRelevantFolder
php -S localhost: (Port)
How do I transform this into a workflow such that I can use a file filter to return my folder of interest and provide an additional argument that allows me to specify the port I wish to use for the local host (e.g. 8000, 9090, 3012...). It's the latter half (providing the port argument) that's giving me the most difficulty.
My thanks in advance for any help anyone can give me!
-Colin