Jump to content

liatmgat

Member
  • Posts

    33
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by liatmgat

  1. Same with me. Can anyone make this work? Thanks!!
  2. Thank you! Just what I was looking for. Any possibility of adding the "Let us type a number to get an immediate converted value" feature? Thank you! Liat
  3. I got it working! Now my blur level is perfect. Thanks again!
  4. Hi Vero, I looked in the Help documentation but couldn't find out where this setting is: how do I make sure my theme is slightly transparent? I changed the opacity on the colors but it still seems solid. Thank you!
  5. Thanks all! I did a ghetto workaround to make this work with Bartender - I just had the script quit Bartender at the beginning and then start it again at the end. It actually is surprisingly fast, so it seems like it will work for me until someone smart comes up with a real fix. (I adapted tabacitu's version because I thought it was faster.) Thank you paulw - I leave yours running too so I can tell from the Alfred results whether DND is off or on. But then I run tabacitu's version to toggle it. try tell application "Bartender 2" quit end tell end try tell application "System Events" set toggled to false option key down delay 0.1 try click menu bar item "Notification Center" of menu bar 2 of application process "SystemUIServer" set toggled to true end try if not toggled then try click menu bar item 1 of menu bar 2 of application process "SystemUIServer" end try end if option key up end tell tell application "Bartender 2" activate end tell
  6. Ooh! I will do that right now. Thanks Vero!
  7. Hi all, I just found out about this workflow and want to try it. Any chance someone could update it for Alfred 3? Thanks! Liat
  8. Hi all, I downloaded Ender's updated workflow last year - thank you so much! However, it doesn't seem to work when I have my computer set in another language. Is there any way to fix this? Thanks, Liat
  9. Hi there, Thank you so much for this script! I tried it out today but the script editor returned this result, whether or not any files were actually missing: {"File 1 is missing"} In order to run the script, I selected the folder in Finder and then ran the script. Is there something I'm doing wrong? Thank you, Liat
  10. Hi dfay, I just wanted to say thank you so much for posting this solution for me to try! I got super busy at work yesterday and today so I haven't been able to test it out but I will do so very soon. Thank you again! Liat
  11. Yes! The serial numbers always show up exactly like that - as the last 4 digits of the filename.
  12. Hello Brainy Alfred Workflow Geniuses, This has to do with scripting more than workflows really, but I don't know where else to go for help. I am new to scripting and don’t even know where to start on this, so I am wondering if there is a way to do what I want. I want to be able to run a script on a folder or group of folders to find out if there are any missing items in the folder, that is, if the series of items is missing any numbers. There might be more than one way to do this, and I’m open to any way that works. The script should display a dialog when the folder doesn’t have the right number of files in it. In order to know what the number of files should be (and this is what I want to automate) I have to look at the serial numbers on the files within the folder. The number of files in the folder should equal (the highest serial # - the lowest serial #) plus 1. Here is a real-life example. The folder to be looked at it contains a folder inside it and inside that is a set of serially numbered .dpx files numbered from 1000 to 1150. tb0020_comp_v028 / 2370x1800 / tb0020_comp_v028.1000.dpx - tb0020_comp_v028.1150.dpx The script should look at the highest/last serial number (1150), subtract the lowest serial number (1000), add 1, and compare that to the number of .dpx files in the folder. There should be 151 files in the folder. Or, like I said, maybe there is a script that can spot whenever a series of files misses a number. Ideally if the folder were missing one of the files in the series, the alert would say something like “Broken Frames Detected! Missing tb0020_comp_v028.1032.dpx and tb0020_comp_v028.1047.dpx” Can anyone point me in the right direction as far as creating something like this? Thank you very much, Liat
  13. OH MY GOD YOU ARE AMAZING!!! You have made my life so much easier! Thank you, thank you from the bottom of my heart.
  14. Thank you so much - you are amazing! It's so cool that you know how to do this! I really appreciate it. I set up the workflow like you said and it works. However, the output is a little confusing if you're not a computer. It displays it like this: Size: 5739242 (5783552) Is there any way to get it to display like it does in the File Info window, like this? -> Size: 5.7 GB Again, thanks a million.
  15. Hi amazing clever Alfred-ites, I would like to make a workflow that would display the size of a selected file in large type. So if I have a file selected in the Finder, I could hit a keystroke and, really big, I would see "1.2 GB" or whatever the file size is. I don't even know where to start. Does anyone have any ideas? Thank you! Liat
  16. Thank you!!! Best workflow ever! I really appreciate it. You might want to edit the title of the main post to "Show/Hide file extensions" instead of "Share/hide" because that's a little confusing. I skipped over it when I searched for something like this the first time. Anyway, thanks a million for posting this workflow.
  17. That worked for me! (The multiple languages fix). Thank you so much! ~ No molestar ~ ~ Não perturbe ~ ~ Ne pas deranger ~ ))
  18. It worked!! Yay, I am an accent-typing machine!! Thank you so much for answering me and for making Alfred.
  19. Thank you Vero!! The program I'm using (Anki) doesn't allow for that cool holding-down-the-key thing. So the clipboard idea will be perfect. Thank you, thank you!
  20. Hi! I want to assign some sort of hotkey or keystroke so that my computer will press "alt-`, or, even better, "alt-`, a" which gives me "à." Basically I just want an easier way to type "à" than "alt-`, a." Thank you!
  21. Thank you so much! For some reason the workflow is downloading and my computer isn't recognizing it as a workflow - no little hat icon. It thinks it's a textedit doc. Sorry to be a pain - did something happen upon export? (although I doubt it)
  22. Thank you, both! Vero, I do have Alfred set up like this, but the times when I need to do it the other way is when I don't know the URL, I only know the keyword that pulls up the URL. For example, I can remember "Knitting Needle Size Conversion Chart" but I can't remember "http://www.yarnfwd.com/main/needleconv.html" I'd love to be able to pull up that URL with my keyword and then hit cmd-C to copy. Should I do a feature request to add actions to the Web Search menu, or something like that? Or am I the only one who would use this.. Thanks!
  23. Hello, There are many times when I pull up a custom web search in Alfred, but I just want to copy the URL, not actually go to the web page. Is there any way Alfred can be configured to do this? Thank you! Liat
×
×
  • Create New...