Jump to content

Unexpected addition to Terminal Custom (Features > Terminal)


Recommended Posts

Not sure if this is a bug or change request.

Under Alfred > Features > Terminal it is possible to set Terminal to custom. 
 
q (on alfred_script(q)) returns "cd {query}" but it is not documented that Alfred adds  "cd  " in the beginning. Better would be that q contains just the query OR it is required to document hat Alfred adds "cd " in front of the query. 
 
FMPOV it would be better that q just contains the query and leave it up to the user to add "cd " or whatever. 
 
Alfre version 4.0.2
Link to comment

@Acidham Alfred shouldn't be adding cd to the front of the query. Could you please clarify a little, as I don't understand this:

 

8 hours ago, Acidham said:

q (on alfred_script(q)) returns "cd {query}"

 

What script do you have shown when you select Custom? By default, Alfred has this one:

on alfred_script(q)
	tell application "Terminal"
		activate
		do script q
	end tell
end alfred_script

Cheers,

Andrew

Link to comment

@Acidham "Browse in Terminal" will cd to the path you pass (or if you have the default terminal set, which I recommend if using Terminal.app, then it'll open the Terminal app to the specified path which is much faster).

 

If you just want to run a terminal command, use "Run Terminal Command"

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...