Jump to content

bivalvegruff

Member
  • Posts

    35
  • Joined

  • Last visited

Reputation Activity

  1. Like
    bivalvegruff got a reaction from Narath in quicking add a new event on Calendar (Mac or Google)   
    Great! I added a similar script in the same workflow, but with the ⌘ modifier, for when you want to edit the details before saving. It opens the list of calendars for you (I often add things to both my personal and my work calendar.)
     
    on run set the clipboard to "{query}" as text tell application "Calendar" to activate delay 0.5 tell application "System Events" keystroke "n" using {command down} keystroke "v" using {command down} keystroke return delay 0.5 key code 48 key code 125 end tell return "{query}" end run  
  2. Like
    bivalvegruff got a reaction from CuteCat in Searching Notes in Alfred   
    I also use this to search for notes, and the workflow @deanishe linked to to create notes. 👍 
  3. Like
    bivalvegruff reacted to vitor in Temporary Email — Generate disposable email inboxes   
    Usage

    Create a temporary email address via the tmpmail keyword. A random inbox name is used unless you type one.



    On supported web browsers, the email inbox will open in a background tab and the address pasted to the current input field.

    ⤓ Install on the Alfred Gallery | Source
     
  4. Like
    bivalvegruff reacted to sballin in Search Apple/iCloud Notes   
    Version 3.0.0 is out! Notes for this release:
    Rewritten in Go Faster searching Create a new note if none was found Shift+enter to search for query using Notes in-app search
  5. Thanks
    bivalvegruff reacted to jeffsui in Emoji Taco - (downloads emoji from unicode.org)   
    This emoji workflow scrapes Unicode.org to pull down the latest set of emoji!!. On the first run, you must be connected to the Internet so that you can generate the initial Emoji set. As new emoji are released you are able to re-query unicode.org to download the latest emoji set. There may be situations where you have emoji that do not display correctly on osx but would render correctly on ios .  This is because the emoji list on ios and osx are updated at different times.  
     
    Commands:
    init emoji e <search string>  
    The first time you run this workflow use the command init emoji to start the download process.
     
    To trigger an emoji search you use the e button and start typing a search term
     

     
     
    You can get funky and use - to exclude something such as in this case
     

     
     
    https://github.com/jeeftor/EmojiTaco/releases
     
    Releases:
    *  0.9.6 - Added new commands like:
    *  0.9.28 - New Icon
    * 0.9.29 - Auto-Init if no emoji is loaded yet
    * 0.9.32 - Updated to support new Unicode.org file format
    * 0.9.36 - Added support for automated testing to detect changes in the Unicode source document.  A recent change disabled the plugin. 
    * 0.9.38 - Extra headers - Supports latest Unicode File format change
    * 0.9.54 - Latest and greatest - works and has been working for some time now   
    * 0.9.55 - Updated documentation to match what we have now
     
    Commands
    alt/option (⌥) - Show Unicode Values
    cmd (⌘) - Show Python String
    ctrl (⌃) - Show Python String decoded
    shift (⇧) - Display the image in QuickLook
     
  6. Thanks
    bivalvegruff reacted to sballin in Search Apple/iCloud Notes   
    Version 2.2.0 is now released. It adds error handling, auto-updating, and fixes problems related to the toolbar search in Notes. Let me know if there are any issues!
  7. Like
    bivalvegruff got a reaction from borzov in Alfred PDF Tools – Optimize, encrypt and manipulate PDF files   
    After trying to run the script, go into system settings – integrity (or something like that). There should be a box offering you to run the script anyway. Press that and then try to run the script again. I had to fiddle around a bit with this with some workflows before I got it to work.
  8. Thanks
    bivalvegruff reacted to vitor in Label Colour Tag — Edit file labels and tags   
    Usage

    Edit labels or add and remove tags from files and folders via the Universal Actions.









    Alternatively, search for files and folders via the label, tag add, and tag del keywords or configure the Hotkeys.

    ⤓ Install on the Alfred Gallery | Source
     
  9. Like
    bivalvegruff reacted to deanishe in Privacy reassurances?   
    It isn't sent anywhere. Alfred needs permission to access things in order to show them to you.
     
    Alfred is extremely respectful of its users' privacy. It doesn't even use Google Analytics, Crashlytics or the like, in contrast to many of the applications on Apple's App Stores.
     
     
    Then you will need to install an MitM proxy server so you can inspect exactly what your applications are sending and where. If that's too complicated for you, then you can install Little Snitch, which will at least tell you where your applications are trying to connect to, and allow you to block them.
     
    As far as workflows go, almost all of them are written in scripting languages, so you have a copy of the source code right there. For all the others, the source code is typically on GitHub or a similar site. If you don't trust the version the author compiled, you can download the code and compile your own version.
     
     
    Don't install software you don't trust. If you're really paranoid, then keep your sensitive data in encrypted disk images and only mount them when you need to access the data. Quit any programs you don't trust (which you shouldn't have installed anyway) before mounting them.
  10. Like
    bivalvegruff reacted to godbout in Alfred AirPlay / AirPlay Spreader   
    New version 1.3.0 available on GitHub and Packal.
     
    https://github.com/godbout/alfred-airplay/releases
    https://www.packal.org/workflow/airplay-spreader
     
    Fixes an issue to disconnect on Catalina, and more importantly allows to jump to menu, useful for Sidecar devices.
  11. Like
    bivalvegruff reacted to vitor in Download Media — Download video and audio from web pages   
    Major Update.

    Changed name to DownMedia. Instead of a single dv option for video and audio, now there are separate dv and da. In addition to downloading the clipboard URL, added an option to download the URL from the frontmost browser tab. Enhanced checks: if no URL is available, even in the clipboard, download can’t be actioned. dvp to see the progress has been changed to dp. Interface has received modifications in general, regarding how information is presented. There’s no longer a separate DownVid + WatchList option. There is instead a add_to_watchlist Workflow Environment Variable that controls the default behaviour (toggle on a case-by-case basis with ⌥). External Triggers have been modified to only take a URL as argument. External Triggers have more descriptive names. Added a Hotkey to auto-download the URL from the frontmost tab. Services have been updated to reflect the new options. Removed watchlist_download_dir Workflow Environment Variable, since that can be handled by the latter’s move_on_add.
    Check the top post for a streamlined view (with screenshots) of the new behaviour.

    To update, download the latest version (new URL) or wait a few days and it’ll prompt you to on next usage, since it uses OneUpdater.
     
    If after a week an update hasn’t triggered, please let me know.
  12. Like
    bivalvegruff reacted to Acidham in Alfred 1Password Search   
    I think yes 🤔
     
    1. build in search for bookmarks (url) only.
    2. build in opens url in browser, this WF opens in 1Password
     
     but maybe I am missing something and it is possible there is no difference...let me know !
  13. Thanks
    bivalvegruff reacted to Acidham in Alfred 1Password Search   
    Another Workflow to search 1Password items and open in 1Password.
     
    Download on Git
  14. Like
    bivalvegruff reacted to Ryan McGeary in Alfred Emoji: Search emojis by name or keyword   
    @bivalvegruff
     
    See https://github.com/jsumners/alfred-emoji/issues/35. We're waiting on some upstream dependencies before we can do this.
  15. Like
    bivalvegruff reacted to deanishe in (faster) Menu Search   
    A slightly awkward solution was posted here.
     
    That workflow's written in Go, but it's the same problem (alfsubl is the name of the executable in that workflow; change as appropriate).
  16. Like
    bivalvegruff got a reaction from xilopaint in Menu bar search   
    This broke with Catalina. I'm getting an error message saying that Apple can't verify that it doesn't contain sabotage software and that the developer has to update its "app" (workflow).
  17. Thanks
    bivalvegruff reacted to Jarek in TimeZones - a World Clock script filter [updated to v1.7]   
    Try v2.15:
     

  18. Thanks
    bivalvegruff reacted to CarlosNZ in TimeZones - a World Clock script filter [updated to v1.7]   
    Here's another little tool I've just whipped up:
     

    Get an instant list of the current time in various cities around the world. Which you can customize, of course.
     
    Main keyword: tz (for TimeZones) - this just shows the World Clock list (seen above). (Select a city for a Large Type display.) To remove a city from the list - option-select it. To add a new city - timezone add Name of City To update all cities' timezone offset information - timezone update To look up the time in a place without storing it (custom loookup), just keep typing the place name after the initial tz (eg. tz timbuktu) To move the location of your stored city list - timezone move Download v1.7a
     
    This workflow saves a list of your cities and their UTC offsets locally, so the basic world clock will display instantly. Adding new city information is done via an API call to Google Wolfram Alpha. The only downside to locally cached offsets is that there's no provision for automatically updating for Daylight Savings changes, but a manual timezone update will refresh all the cities with their current offset.
     
    Enjoy. As usual, I welcome comments, bug reports, feature requests, etc.
     
    ----
     
    28 March 2013 - UPDATE to v1.5
    Major rewrite - now uses Google Maps APIs, which should be a lot more reliable and consistent. Flag icons! Bit of eye candy, courtesy of http://www.free-country-flags.com (and managed to squeeze flags for every country in the world into just over 400k - thank you TinyPNG ) More detail retrieved and displayed, including timezone name, country, etc. When doing a full "update", a text file is saved to your Desktop summarising any changes found. General enhancement and tweaks. PLEASE NOTE: Because this version stores its data substantially different to previous versions, it will create a new timezones.txt file with default cities. However, it will attempt to save your old timezones.txt file to your Desktop, so you should be able to rebuild your previous list without too much hassle.
     
    A quick note about the flags: The workflow simply compares the retrieved name of the country and does a simple name match against the workflow's local repository of flag icons. From my testing, it's working very well, but I'd appreciate it if you'd report back if you find any countries that don't properly match a flag icon. Cheers.
     
    ----
     
    31 March 2013  - UPDATE to v1.6
    New feature: Custom lookups. Just keep typing a new place name after the tz keyword to look up the time in a place without saving it to your saved list. Added support for phyllisstein's Alleyoop auto-updater. [EXPERIMENTAL] - support for autocomplete for adding place names (timezone add). You'll need to add a keyword yourself to the script filter if you want to try it out. The reason I haven't enabled it by default is that I've found it kind of slow and I'm not sure it's actually an improvement over the current method. Let me know what you think.
    [Add a keyword to this script filter if you'd like to try it out] Novelty: Added (unofficial) Antarctica flag to flag repository. (Try tz south pole.   ) ----
     
    2 April 2013 — UPDATE to v1.61
    Small fix for Dutch (Netherlands) flag matching.  
    ----
     
    22 March 2014 — UPDATE to v1.7
    City List now always shows in the same order. (Achieved by removing “uid” parameter.) Removed Alleyoop updater. ----


    22 March 2014 — UPDATE to v1.7a
        New 256x256px icon
  19. Like
    bivalvegruff reacted to vitor in Download Media — Download video and audio from web pages   
    Updated for Alfred 4.

    To update, download the latest version (same URL) or wait a few days and it’ll prompt you to on next usage, since it uses OneUpdater.
  20. Thanks
    bivalvegruff reacted to godbout in Alfred KAT   
    Hello!
     
    I've updated Alfred KAT, and it's now wayyyyyyy faster (like 5 times). You can download torrents easily while avoiding all the popups.
     
    It's on Packal and GitHub.
     
    Packal: http://www.packal.org/workflow/alfred-kat
    GitHub: https://github.com/godbout/alfred-kat/releases
     
    Have fun!
  21. Like
    bivalvegruff reacted to Vero in Mail.app search by author, subject or content [For macOS Mojave & earlier]   
    Thought I should share this workflow to search Mail.app
     
    Use the following keywords to search:
    emfrom to search the sender's name and email address em for a general subject + content search emsubj to search specifically for a subject line  
    You can download it here. Enjoy!
     
    This version is suitable for both Alfred 3 and Alfred 4. 
     
    Compatible with macOS versions up to Mojave.  Unfortunately, due to some changes made by Apple in macOS Catalina, it's no longer possible for third-party apps to access your Mail data. This may change in the future, but currently, using this workflow in Catalina or Big Sur will not return any results.
  22. Thanks
    bivalvegruff reacted to troycurtisjr in Do Not Disturb, Limited   
    My first (exported) workflow:
     
    Do Not Disturb, Limited - Toggle the macOS Do Not Disturb feature, optionally for a specified length of time.
     

     

     

     
    I was really inspired by CalmNotifications but I always forgot to toggle it back. Plus, I really wanted the indicator to reflect the current status, which didn't happen when the "set a plist value and kill NotificationCenter" method is used.
     
    Releases | Source
  23. Like
    bivalvegruff reacted to deanishe in Browse Reddit   
    Added new NSFW option to include subreddits marked "over 18" in search results.
  24. Thanks
    bivalvegruff reacted to godbout in Alfred AirPlay / AirPlay Spreader   
    Hello!
     
    If you need to share your screen with an AirPlay device easily, there's a workflow. It's been updated recently to even remove its iTunes dependency!
     
    Can be downloaded on GitHub: https://github.com/godbout/alfred-airplay/releases
    Or Packal: http://www.packal.org/workflow/airplay-spreader
     
    Have fun.
  25. Thanks
    bivalvegruff reacted to zusatzstoff in Linguee.de German-English/English-German Dictionary Workflow   
    Hey guys,
     
    I've created my very first workflow based on the NodeJS framework provided by @tungdang (http://www.alfredforum.com/topic/5488-alfred-workflow-nodejs/). It's a very simple german-english dictionary based on linguee.de. It features autocompletion, auto detection of the input language (german or english) and phrases.
     
    Installed NodeJS is a precondition
     
    Download link, description and source can be found here: https://github.com/zusatzstoff/linguee-alfred-workflow
     
    Feedback for improvement is appreciated
×
×
  • Create New...