Jump to content

firesofmay

Member
  • Posts

    31
  • Joined

  • Last visited

firesofmay's Achievements

Member

Member (4/5)

1

Reputation

  1. Only issue is when I select cmd+enter, it gets copied but I don't see it being deleted till I retype nview. Other than that it looks good.
  2. Hey Guys, So right now I am using Alfred to look through my clipboard history. But sometimes what I want is to name certain items that are short lived. I don't want to save them as a snippet. For example: I quickly want to save a customer support ticket number. Now I can't remember the ticket number hence I can't search for it in the clipboard history. At the same time it's not really a snippet that i'll need forever. Is there any workflow in Alfred where I can dynamically add Key/Value pairs, delete them and search for them? If none exists, what is the best way to go about building one. (I am familiar with python as a language) Thank you in advance! 🙂
  3. Looks like that link is broken. here's the working link instead if anyone cares - http://www.packal.org/workflow/contacts-filter-text-content And it works great! Thank you @Vero
  4. Hi, I'd like to do the following in snippets: {random:You are amazing, thank you, Thank you} i..e "You are amazing, thank you" OR "Thank you" one of the two should be pasted. But how do I escape the comma?
  5. Hi, I want to remove certain entries from my command history. I am okay if I have to remove all command history if I have to. I can't see any way to do this in the app. I am using Alfred 3.3.2 Build 818. Is there a way around this? Thanks
  6. I agree with you. It's not really a solution. But I had to figure out how to do that. To save others time I shared that script. If someone wants to use it can use it. Thanks again
  7. A simple code to get the url of whatever browser the user is in. Note firefox code is hacky at its best. tell application "System Events" set myApp to name of first application process whose frontmost is true if myApp is "Google Chrome" then tell application "Google Chrome" to return URL of active tab of front window else if myApp is "Opera" then tell application "Opera" to return URL of front document else if myApp is "Safari" then tell application "Safari" to return URL of front document else if myApp is "Firefox" then tell application "System Events" keystroke "l" using command down keystroke "c" using command down end tell delay 0.5 return the clipboard else return end if end tell
  8. I created the list first: boom temp Then I added a value like this: boom temp key this is a long string. Now when I do boom temp can't see any values there.
×
×
  • Create New...