Jump to content

targumanu

Member
  • Posts

    53
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by targumanu

  1. This is a different kind of escaping. (Frankly, I'm not even sure if I should call it that ) "--escaped" means that, if a delimiter is set by the user, the workflow will wait for the user to enter it at the end of their query, and will not perform any searches unless the delimiter is present. I've done this to improve the workflow's performance (see previous messages in this thread). Most probably, the workflow didn't work for you because of an omission in my code that prevented the workflow to properly handle situations when settings.plist used by the workflow is missing (i.e. when the user haven't changed any default settings). I've updated the workflow to fix that (v1.4.3). Please, re-download from Packal.
  2. Do you have subtext disabled in Alfred's preferences? (Appearance > Options > Hide result subtext) If no, what are your system's language and region settings?
  3. Awesome idea! I've updated the workflow to add support for user-defined search term delimiters (disabled by default, go to workflow preferences to enable)
  4. Another update. This one should fix rating icons everywhere.
  5. I've updated the workflow (v1.2) The rating icons and workflow preferences should always appear now. (The “N/A” icon means that the movie or TV show hasn't been rated yet.) This is the downside of multiple HTML requests: When you start typing, the workflow immediately starts searching for the first letter you entered, and Alfred waits for it to return the results. Only after the results for “T” have appeared, Alfred accepts the results for “transformers” (which you finished typing by that time) from the second instance of the workflow's command line app. Unfortunately, this will always happen. To avoid such behavior, you could paste the query, or add a hotkey to my workflow that would get OS X selection as the argument.
  6. My workflow uses multiple concurrent HTML requests to get ratings, so delayed response is normal. Do you get no icons at all (even for persons)? Are ratings absent only for certain titles or for all of them? Could you open the Console and look for error messages for “IMDBSearch” and tell me what queries you used, so that I can reproduce the error?
  7. Search IMDb in Alfred with movie and TV show ratings shown as results' icons. Features: See movie and TV show ratings right in search results When viewing indivial persons or titles, pressing Enter while the second result is selected (the one with a title's or person's name) will open a corresponding IMDb page in your default browser Items with an ellipsis in their title (e.g. “Director...”) are active: Pressing Enter when they are selected will perform corresponding actions (like showing the information about a movie's director or the list of actors starring in that movie) Items with “Press ⇧ to view” in their subtitles (Plot and Poster for movies and Biograghy and Photo for persons) can be viewed right in Alfred: Press Shift (the Quick Look feature must be enabled in Alfred's preferences) to Quick Look them Infinite browsing. For example, you could view info about a movie, then view info about its director, open the list of movies they are known for, select one of them, see the list of actors starring in that movie... and then go back all the way to your initial search results using the “Back” option Icon themes to match both light and dark Alfred themes Support for search term delimiters to increase performance by waiting for user to finish typing and add a predefined character to the end of the query (disabled by default, go to workflow preferences to enable) Download
  8. You have probably entered “UK” as the country code. The correct code is “GB”.
  9. Search the Mac App Store and view search results with artwork previews right in Alfred. Open search results in App Store.app (default behavior) Quick Look search results' preview pages right in Alfred (press Shift, the Quick Look feature must be enabled in Alfred's preferences) Open search results' preview pages in your default browser (modifier key — Command) The workflow's preferences (keyword — masprefs) allow you to set the maximum search results limit and preferred store country, as well as clear the artwork cache. Additional keywords allow you to open the App Store app's Purchases (“masp”) and Updates (“masu”) tabs. Download
  10. Search the iTunes store and view search results with artwork previews right in Alfred. Open search results in iTunes.app (default behavior) Quick Look search results' preview pages right in Alfred (press Shift, the Quick Look feature must be enabled in Alfred's preferences) Open search results' preview pages in your default browser (modifier key — Command) The workflow's preferences (keyword — itprefs) allow you to set the maximum search results limit and preferred store country, as well as clear the artwork cache. You can restrict your searches to the following categories using corresponding keywords: Albums (ital) iOS apps (itapp) Audiobooks (itau) Movies (itmo) Music videos (itmv) Podcasts (itpo) Songs (its) TV shows episodes (itep), and TV shows (ittv) However, you don't have to remember all those keywords. Just use the generic keyword (“it” by default) add “-” after it, and the workflow will show you the list of available categories to choose from (see the second screenshot). Download
  11. Search the iBooks store and view search results with book cover previews right in Alfred. Open search results in iBooks.app (default behavior) Quick Look search results' preview pages right in Alfred (press Shift, the Quick Look feature must be enabled in Alfred's preferences) Open search results' preview pages in your default browser (modifier key — Command) The workflow's preferences (keyword — ibprefs) allow you to set the maximum search results limit and preferred store country, as well as clear the book cover cache. Download
  12. Hi! Sometimes I do several searches for the same piece of text using different hotkeys (with workflows opening respective search pages directly, without opening Alfred's window). Would it be possible to add an argument option to Alfred hotkeys to try and get current selection first, and if nothing is selected, use clipboard contents instead? Currently I have to assign two hotkeys for each workflow, one for selection and one for clipboard, which means wasting key combinations and having to remember too many hotkeys. (The combination of sites I search varies all the time, so creating a single hotkey that would trigger several searches is not an option.)
  13. Updated to version 1.4. See the original post.
  14. Workflow updated to version 1.2 (new option to add new items to your reading list). See the original post for details.
  15. Unfortunately, there is currently no native API for accessing Safari's reading list, so my workflow gets reading list contents by reading Safari's Bookmarks.plist. And here lies the problem with your first request: I tried to implement the deleting feature, however, changes made to Bookmarks.plist directly don't sync to iCloud, so even if the deleted article disappears from the local reading list, it is still present on your other devices. So I decided to exclude this feature. As for adding articles to your reading list, I will see what I can do. However, due to the lack of a native API, it will most probably involve Scripting Bridge or AppleScript (yuck!), which will cause Safari to launch every time you add a new article.
  16. Update (v1.1): Added an option to view only unread Reading List items (default keyword: rlu). Please, re-download!
  17. This workflow allows you to view, open and add Safari reading list items. Features: View all your reading list items (keyword: RL). Search for specific items: Entering "rl apple iphone" will return reading list items whose page title or URL contains both "apple" and "iphone". View (and search) only unread reading list items (keyword: RLU). Add new items to your reading list (using keyword RLADD or hotkeys). Open all unread items (keyword: RLALL). Direct download Packal page This workflow uses the awesome Alfred Objective-C framework. Updates: v1.1: Option to view only unread Reading List items (default keyword: RLU). v1.2: Option to add new items to your reading list (keyword: RLADD). If the currently active app is a browser (Safari, Webkit, Chrome, Canary and Chromium are currently supported), you can just press Enter to add the URL of its active tab. You can also add URL's by typing or pasting. The workflow uses AppleScript to add new reading list items, so it requires Safari to be running. However, if Safari wasn't running, the workflow will quit it after it's done. (If you had no open windows in Safari, you won't even notice anything). Additionally, the workflow checks if the URL you are trying to add is valid by trying to download the <head> element of the corresponding page. So if you are disconnected from the Internet, or the page you are trying to add is unreachable, the workflow will consider the URL as invalid and won't add it. To make it add that URL without checking it for validity, use the modifier key (⌃). v1.3: Option to open all reading list items (keyword: RLALL). v1.4: The open all feature has been modified to open only unread items. (You can still open all your reading list items (including the read ones) by pressing Option.) v1.4.1: Fixed a typo v1.4.2: Fixed yet another typo
  18. This workflow allows you to view and open iCloud tabs from all your devices (except the current one). Unlike this workflow, my workflow also allows you to narrow the results using keywords. For example, entering "itabs apple iphone" will return only iCloud tabs whose page title or URL contains both "apple" and "iphone". You can also quickly open all your iCloud tabs using keyword "alltabs". Download This workflow uses the awesome Alfred Objective-C framework.
  19. You could use Alfred's file buffer for that. See Features > File Search > Buffer in Alfred preferences for options.
  20. It generates feedback now, but strangely, shows only about 10 video files (mp4/m4v), and definitely not the most recent ones
  21. When tested in Terminal, alfred_feedback.rb now seems to generate proper XML, but I still get no feedback in Alfred.
  22. `load': cannot load such file -- alfred_feedback.rb (LoadError) (alfred_feedback.rb is present in the workflow's folder)
  23. I have the same problem: Since upgrading to Mavericks, many workflows, including this one, won't work. :-( UPD: It seems that this problem has something to do with Ruby — all workflows that stopped working use Ruby scripts.
×
×
  • Create New...