Search the Community
Showing results for tags 'limit'.
-
This is a limit imposed by UNIX, not Alfred, but the error message shown is slightly confusing, and there should be a way to overcome this issue. Right now, selecting more than exactly 260527 characters on my system and using it in an Alfred workflow (with the Argument:'selection in OS X' setting) as "{query}" will throw an error. You can see your system's bash argument character limit with: getconf ARG_MAX Alfred should allow a way to pass the selection as stdin instead of a quoted and escaped string, otherwise there is no way around this hard limit, and Line-Counting workflows, etc. a
-
A lot of workflows are made to work with specific applications. It would be great if you add an option to limit workflows actions to work only with indicated apps or to exclude some apps that we don't want WF to work. This brings two main benefits especially for workflows based on hotkeys: you will not trigger some workflow by incident in other app that is not supposed to work (which could cause some strange behaviours, if for example workflow triggers some others keyboard shortcuts through AppleScript). you will be able to use same shortcuts in many applications that triggers specific wor