
hubertcampan
Member-
Content Count
9 -
Joined
-
Last visited
About hubertcampan
-
Rank
Newbie
-
snippets as workflow triggers and output
hubertcampan replied to dfay's topic in Alfred Feature Suggestions
+1 for this request. Outed TextExpander and missing this. -
Is single quote: ['] a reserved key in search window ?
hubertcampan replied to hubertcampan's topic in Discussion & Help
Vitor, Thanks for your reply. I do understand what you say and have searched that path. I cannot find where to check "escape single quote". It is the case for "spaces", "backslash", … but no "single quote". That is in the Script Filter workflow Alfred preferences window. Or, do I have to escape them myself ? I'll try that last thing. Cheers Hubert Alfred v2.0.6 (203) OSX 10.8.4 French locals, fr_FR -
Hi all, Can you tell me if the single quote ['] is allowed in the search window ? I'm now creating a workflow with a filter script, but when testing entering a single quote (like in "It's magic") it falls back to web searches as soon as the single quote is entered. I've tested with some other workflows, even with an empty one. Same problem. My bad if I may have not seen a preference somewhere. Can someone then point me to it ? Cheers ! Hubert Alfred v2.0.6 (203) OSX 10.8.4 French locals, fr_FR
-
Hi Andrew, It did help me on this topic http://www.alfredforum.com/topic/1907-bash-script-in-workflow-language-of-locals-accented-characters/?p=11799 pointed by _mk_ Thanks. Hubert
-
hubertcampan reacted to a post in a topic: Encoding issue
-
hubertcampan reacted to a post in a topic: Bash script in workflow. Language of locals ? Accented characters ?
-
Hi all, I've have some problems with determining the locals language in bash script in workflows in Alfred2. I'm on OSX 10.7.5 FR. My script : DATE=$(echo "{query}" | sed -e's/HAEC/CEST/g' -e's/HNEC/CET/g'); export LC_TIME="fr_FR.UTF-8"; date -jf "%d %B %Y %T %Z" "$DATE" "+%Y%m%d%H%M%S" I use it : Select a text date (i.e. : "18 décembre 2006 19:24:12 HNEC"), use my hotkey to launch Alfred2/Workflow/Bashscript Problem : Works • In Alfred2 when month has NO accented character (i.e. : "18 janvier 2006 19:24:12 HNEC") • In terminal as is with or without month with
- 1 reply
-
- workflows
- accented characters
-
(and 1 more)
Tagged with:
-
Hi all, I've have some problems with determining the locals language in bash script in workflows in Alfred2. I'm on OSX 10.7.5 FR. My script : DATE=$(echo "{query}" | sed -e's/HAEC/CEST/g' -e's/HNEC/CET/g'); export LC_TIME="fr_FR.UTF-8"; date -jf "%d %B %Y %T %Z" "$DATE" "+%Y%m%d%H%M%S" I use it : Select a text date (i.e. : "18 décembre 2006 19:24:12 HNEC"), use my hotkey to launch Alfred2/Workflow/Bashscript Problem : Works • In Alfred2 when month has NO accented character (i.e. : "18 janvier 2006 19:24:12 HNEC") • In terminal as is with or without month with accented chara