Skip to content
New issue

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

Allow slightly more complex actions in the context menu #97

Open
GoogleCodeExporter opened this issue May 27, 2015 · 3 comments
Open

Allow slightly more complex actions in the context menu #97

GoogleCodeExporter opened this issue May 27, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

I would like to add an action item like this:

  dirname "FONTPATH" | xargs xdg-open

But I can not find a way to do this since (1) Executable and Arguments are two 
different fields and (2) FILEPATH automatically gets added to the arguments.

I have tried using a hash (#) to comment out the FILEPATH as well as using 
variables, to no success.

Is there a way to currently make this work?

Otherwise, perhaps FONTDIR could be added as a magic constant which, when used, 
silences the automatic use of FILEPATH in the arguments. Or some other solution.

Original issue reported on code.google.com by [email protected] on 22 May 2015 at 7:49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant