Jump to content

Carlos-Sz

Member
  • Posts

    911
  • Joined

  • Last visited

  • Days Won

    69

Everything posted by Carlos-Sz

  1. Rename 3.0 is out! Alfred 2.3 or later is required Download Now What's new? Changed workflow name to only Rename EXIF Original Date (to use as a filename constant) Up to 10 times faster to process and even faster to rename Included the keyword ren as an alternative to the regex Recent Expressions shortcut: type a single @ Presets shortcut: type a single # New Picture Preset Improved Last Used feature UI refinements, including new icons New Help Filename case procedure improved Fixed second leading zero constant
  2. Maybe it would be nice to write about how to run a script instead of typing it directly in Alfred. As soon as I learned how to just run an AppleScript, instead of typing it, that made a huge difference specially because it is a lot easier to read a colored code than a plain text one. Maybe you could show the both worlds.
  3. How do you work with templates? Do you have a notebook for only them? I’d like to know how would be the best way to search for it then start a new note.
  4. One way to do that: tell application "Finder" set sSel to selection as alias as text end tell set the clipboard to sSel as text [update] If there is a chance that multiple files are selected, then: tell application "Finder" set sSel to selection set sSel to item 1 of sSel end tell set the clipboard to sSel as text
  5. When you say "then fill it in" you mean you would manually fill the note? So the workflow would just create an empty note based on a template, right?
  6. Every time I see this post I think about purchasing TextSoap… One of these days you will gonna win raguay…
  7. It seems I completely forgot to post the download link. I’m sorry. Download Now
  8. Sorry. I forgot a piece of debug code there... Please, try 0.2 beta.
  9. OK. Here is a new workflow and it is now Zip to Dropbox. Please, make some tests before using it for good. Consider it as a beta. The first time you run the workflow you will have to configure it. Just follow the steps which are: Select the Dropbox public folder, then Type your Dropbox public folder ID Download 0.1 beta
  10. I’m using Alfred 2.3 too and it is working here. ASAP I’ll post another build.
  11. Great articles. Maybe you could consider write a book about it, but make some AppleScript examples too.
  12. Here it is: Show Alfred Type the keyword und Start typing the app name Highlight it and press return key The application should open without any dialog at all Make sure you trust the developer of the unidentified app! Let me know what else do you think it is important and later I’ll share this workflow. Thank you.
  13. I have something that I was making for Hazel that I can put together into a workflow. Note that the unidentified application will be opened without any warning at all.
  14. In fact, you don’t have to. I’m not sure why Bash (or Alfred?) is requiring it.
  15. Try this: osascript <<EOT set myString to "This\\\\ is\\\\ string" return myString EOT
  16. Version 2.0 is out: List hidden folders Show hidden folders content when pressing return key Show file/folder icon Back button to return to the initial folder Requires Alfred 2.3 or later Download Now
  17. I like to see a cleaner folder but, as I said, it’s me being picky. Maybe Andrew find sometime someday to take care of it though I understand it is not that important.
  18. I tried to reproduce the issue but so far i couldn’t. Can you please give me more details? Something like: 1. What modifier key are you using? Shift, Control or Option? 2. When you say you are using, for example, nf Prueba 1 you mean nf #Prueba 1 right? 3. What item you are using to create a note? New Note, New File from Clipboard or New File from Text Selection? Thank you.
  19. Firefox Below a code and an AppleScript example to get Firefox frontmost tab URL. However, it is known to not be 100% accurate. Try it and see if it fits your needs or no. Download Now
  20. Recent Items 4.0 is out: Up to 2 custom categories (keyword recpref) Downloads category Keyword for each category Hotkey for each category Multiple files in Add to Favorites file action Changed Auto-path to Default Folder (keyworod df) Changed Just Now category to Now Added Help (keyword rechelp) Update to Alfred 2.3 features Several internal improvements Download Version 4.0 Release date: 10 May 2014 Requires Alfred 2.3 or later Download now
  21. I'm glad to hear it. Thank you for the feedback!
  22. Evernote Workflow 8.7 is out with some interface bugs fixed. Download Now Thank you all for the great feedback!
×
×
  • Create New...