Jump to content

Southgirl

Member
  • Posts

    82
  • Joined

  • Last visited

  • Days Won

    3

Reputation Activity

  1. Thanks
    Southgirl reacted to Acidham in Search Alfred Workflows (Alfred 4)   
    Search Alfred Workflows
    Alfred Workflows help to search in Title, Keyword, Description of a workflow and open it in various actions.
     
    Requires Alfred 4!
     
    Github: https://github.com/Acidham/search-alfred-workflows
     
    Options
    ENTER - Shows a list of keywords in the workflow and starts the workflow with a keyword CMD - For addtional Actions: Copy path to Clipboard Open WF Folder in Terminal (cd ) Reveal in Finder Open in ForkLift (requires ForkLift installed) Config
    exclude_disabled: True - ignore disabled workflow in search terminal_path: EMPTY opens in macOS shell or path to custom terminal
  2. Like
    Southgirl reacted to suniltaneja in Get My IP   
    Simple wokflow to retrieve your IP address.
     
    https://github.com/suniltaneja/AlfredExtensions/blob/main/getMyIp/MyIP.alfredworkflow?raw=true
     
  3. Like
    Southgirl got a reaction from reycat in JustWatch - Alfred Workflow   
    Updated to version 1.1.2 today, stopped working. Here's the debug info. I'm on Monterey 12.6.1, BTW
     
    [21:32:33.388] JustWatch - Alfred[Script Filter] Queuing argument 'class action' [21:32:37.802] JustWatch - Alfred[Script Filter] Script with argv '(null)' finished [21:32:37.807] ERROR: JustWatch - Alfred[Script Filter] Code 1: . . 21:32:33 workflow.py:2093 DEBUG ---------- JustWatch - Alfred (1.1.2) ---------- name 'FakeUserAgentError' is not defined Traceback (most recent call last): File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 154, in load for item in get_browsers(verify_ssl=verify_ssl): File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 99, in get_browsers html = html.split('<table class="w3-table-all notranslate">')[1] IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 64, in get with contextlib.closing(urlopen( File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 503: Service Unavailable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/workflow/workflow.py", line 2107, in run func(self) File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/main.py", line 111, in main from justwatch import JustWatch File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/./lib/justwatch/__init__.py", line 1, in <module> from .justwatchapi import JustWatch File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/./lib/justwatch/justwatchapi.py", line 7, in <module> HEADER = {'User-Agent': UserAgent().random} File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/agent.py", line 69, in __init__ self.load() File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/agent.py", line 75, in load self.data = load_cached( File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 250, in load_cached update(path, use_cache_server=use_cache_server, verify_ssl=verify_ssl) File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 245, in update write(path, load(use_cache_server=use_cache_server, verify_ssl=verify_ssl)) File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 187, in load ret = json.loads(get( File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 84, in get raise FakeUserAgentError('Maximum amount of retries reached') NameError: name 'FakeUserAgentError' is not defined [21:32:37.810] JustWatch - Alfred[Script Filter] { "items": [ { "title": "Error in workflow 'JustWatch - Alfred'", "subtitle": "name 'FakeUserAgentError' is not defined", "valid": false, "icon": { "path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns" } } ] }  
  4. Like
    Southgirl reacted to Ief in MacOS Monterey dark/light mode switcher   
    Hello,
    I'm new to Alfred and I want to make a workflow when I can switch between dark and light mode. 
    I've got a Applescript that works:
     
    tell application "System Events"
    tell appearance preferences
    set dark mode to not dark mode
    end tell
    end tell
     
    But in my workflow it doesn't. Who can help me with this please?

    There are a few dark mode workflows for Alfred on internet but they don't work.
     


  5. Thanks
    Southgirl reacted to aiyo in Wi-Fi toggle, Network Location, Fast User Switching, Finder Settings...   
    Hi,
     
    Here are my first workflows, hope some of you might find them useful:
     
    Fast User Switching
     
    (I have linked to this one in here before)
     

     
    https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/Fast-User-Switching/Fast-User-Switching.alfredworkflow
     
     
    Finder Settings
     
    Change setting for: Hidden files, User Library and what to show on the Desktop.
    More setting might be added later.
     

     

     
    https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/Finder-Settings/Finder-Settings.alfredworkflow
     
     
    Wi-Fi toggle
     
    A rewrite of my Wi-Fi toggle extension for Alfred 1.x
     

     
    https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/Wi-Fi-Toggle/Wi-Fi-Toggle.alfredworkflow
     
     
    Network Location
     
    Also a rewrite...
     

     
    https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/Network-Location/Network-Location.alfredworkflow
     
     
    And a nice little File Action, to uninstall apps with AppCleaner
     
    https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/AppCleaner/AppCleaner.alfredworkflow
  6. Like
    Southgirl reacted to vitor in Network Quality — Test your internet connection   
    Usage

    Examine your internet connection via the netquality keyword. Analysis takes a few seconds to complete.





    ⤓ Install on the Alfred Gallery | Source
     
  7. Thanks
    Southgirl reacted to sballin in Search Apple/iCloud Notes   
    I've created a workflow to find and open Apple/iCloud notes in Notes.app. Get it on Packal and feel free to open issues/make pull requests on GitHub.
     

  8. Thanks
    Southgirl reacted to vegardinho in Bluetooth Controller   
    Hi,
     
    I was a bit tired of handling all my bluetooth devices manually, and couldn't find any cover-all bluetooth workflows out there, so I made this one.
     

     
    Features:
    Turn on/off/toggle bluetooth Connect to device from list of paired bluetooth devices Set favorite device for quick access User friendly notifications for all actions  
    Dependencies (see README on git repo):
    Blueutil Python3  
    Feel free to give me feedback, and report bugs if you find any.
     
    Github: https://github.com/vegardinho/alfred_bluetooth_controller
    Download: https://github.com/vegardinho/alfred_bluetooth_controller/releases/latest
     
    Cheers,
    Vegard
  9. Like
    Southgirl reacted to mrchow19910319 in Could someone write a workflow that tells time machine to start backup?   
    Thanks. It worked. 
     
    For anyone who is too lazy to do it themselves, here is how to do it. 

  10. Thanks
    Southgirl reacted to godbout in Alfred AirPods Pro Battery   
    quite a few changes in bluetooth output commands in Monterey. Workflow is now updated for it: https://github.com/godbout/alfred-airpodspro-battery/releases
  11. Like
    Southgirl reacted to Chris Messina in Deliveries.app-inspired theme   
    Here is an Alfred Powerpack Theme that is inspired by JuneCloud's Deliveries.app appearance and color scheme.
     
    🎩 Download theme
     

     

     
     
  12. Like
    Southgirl reacted to vitor in Dente Azul — Toggle bluetooth and paired device connectivity   
    Usage

    Search your paired bluetooth devices via the btd keyword. Press ↩ to reverse a device’s state (on becomes off, and vice-versa).



    Toggle bluetooth as a whole via the btt keyword.



    ⤓ Install on the Alfred Gallery | Source
     
  13. Like
    Southgirl reacted to zeitlings in DefaultBrowser - Change your default web browser easily from within Alfred - v1.1 Update Released September 10, 2015   
    It didn't work for me with Brave Browser, so I threw together a replacement. This should handle any browser you configure the workflow to consider: 
    https://github.com/zeitlings/alfred-set-default-browser. Note however, that it is not thoroughly tested. More information in the README.
  14. Like
    Southgirl reacted to jason0x43 in Weather workflow   
    Version 1.6.1 is now available on the project releases page. No new features, but it's digitally signed and notarized, so macOS shouldn't raise any security warnings when the workflow is installed.
  15. Thanks
    Southgirl reacted to biati in Calculate Anything   
    Calculate Anything is a workflow for Alfred 4, that uses natural language and is able to calculate multiple things like currency, time, vat, px, em, rem, percentage, and more.
     
    Why?
     
    There are several conversion workflows out there but I wanted a workflow that worked naturally. For example, you can open Alfred, type `100 + 9` and get a result. No need for keywords or hotkeys -- it just works. With Calculate Anything you can do the same, simply type `100 + 16%`, `100 euros to usd`, `100km to cm` or `100 years to hours` and many more.
     
    Features

    - Natural language - type 100 euros to dollars, 100 euros in usd, 100€ to $, 100eur usd, 100 euros a dolares -- it does not matter, the same result will be displayed It includes support for English, Spanish and Swedish
    - Currency - Up to 168 currencies
    - Cryptocurrency - Support for up to 5,000 cryptocurrencies
    - Units - 100 kilometers to meters or 100 km to m or simply 100km m
    - Data Storage - 100 gigabytes in megabytes, 2 gb to mb, 400MiB to kib, 2tb gb, etc.
    - Percentages - 100 + 16%, 100 - 16%, 40 as a % of 50, 20 is what % of 50, etc.
    - PX,Em,Rem,Pt - 12px or 12px to em or 12px pt
    - Time - time +15 years, time now plus 6 hours or convert a timestamp
    - VAT - value added tax calculations, we all need this
    - Translations You can create your own translations to display results in your language
    - Keywords Extend the natural language in the queries so you can type 100 dolares a pesos and the code will see 100usd to mxn
     
    Important
    You will always find the latest version, changelog and updated documentation on Github as is difficult to use the forum to keep track of updates and support. 
     
    Requirements for Mac OS Monterey Users and up
    Starting from Mac OS Monterey Apple removed PHP so you have to install it manually, that can easily be done with Homebrew, just open your terminal and paste the commands below:
     
    1.- Install Homebrew
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"  
    2.- Install PHP
    brew install php  
    That's it, you need to have the latest version of Alfred and will automatically find the PHP version that you install.
     
    Mac OS Big Sur users and below do not need to do anything, your Mac OS already includes PHP.
     
    Download

    Download directly from Github releases page, make sure to download the latest release. Download here
     
    Configuration

    You can configure the workflow using the new Alfred 5 Workflow Configuration window.
     
    Currency
     
    You can use natural language or a few characters -- that's all! For example:
     
    100 us dollars in mexican pesos 100 canadian dollars in argentinian peso 100 euros to dollars 100 euros in dollars 100 euros as dollars 100 euros a dolares (you can also write it in your own language) 100 usd to mxn 100 usd mxn 100usd yen 100€ to $ 100 ¥ in € 100¥ € 100eur (if no target the currency will be converted to the base currencies that you configured)  
    You can set a base currencies so if you type for example 120 euros it will be automatically converted to the currencies that you configured.
    All these examples just work. You can add spaces between the value and the currency or not.
     

     
    Currency Modifiers
     
    When a result is displayed you can use action modifiers to copy the value in different formats:
     
    Return - Press Return to copy the value with format, for example 2,376.54 Command + Return - Press Command + Return to copy the value without formatting, for example 2376.54 Option + Return - Press Option + Return to copy the value of a single unit, for example 23.76  
    Currency API Key (Not required)
     
    By default the workflow will use exchangeratehost api to make the conversion. exchangeratehost only support 32 currencies; if you need support for additional currencies supported by Calculate Anything, you need to get a FREE API Key from https://fixer.io -- it takes less than a minute. Then simply add the API Key in the workflow configuration window.
     
    Currency Symbols
     
    You can also use currency symbols in your query for example 100¥ to € will be converted to 100JPY to EUR, here is a list of available symbols.
     
    Please go to the repo description on Github for a full list of supported symbols it's really difficult to write them here in the forum. View Currency Symbols
     
    Cryptocurrency
    Calculate Anything can convert between 5,000 cryptocurrencies and 168 currencies. Again, you can use natural language or simply pass the currency symbol.
     
    2 bitcoin to dollars 0.1 bitcoin in dollars 5 bitcoins in ethereum 1 ethereum to ¥ 10 ethereum in mxn 1eth btc 1btc (If no target the currency will be converted to the base currency that you configured)  

     
    Cryptocurrency Modifiers
    When a result is displayed you can use action modifiers to copy the value in different formats:
     
    Return - Press Return to copy the value with format, for example 2,376.54 Command + Return - Press Command + Return to copy the value without formatting, for example 2376.54 Option + Return - Press Option + Return to copy the value of a single unit, for example 23.76  
    Cryptocurrency API Key
    You need to get a FREE API Key from https://coinmarketcap.com/api/pricing/ it takes less than a minute. Then simply add the API Key in the workflow configuration window.
     
    Units
     
    You can write your query using natural language or just a few characters. Either way works!
     
    100 kilometers to meters 100 km in meters 100 km m 100km m 100 miles as meters 100miles in meters 100 miles to m 100 ounces to kilograms 100oz to kg 100oz = kg 100oz kg 10 years to months 10years to seconds 1 year to sec 1hr s 10 días a horas (use your own language)  
    If you don't remember the unit abbreviation just simply type the name for example instead of "oz" you can type "ounce" or "ounces" or even use words in your own language for exaple "onza" or "onzas" in spanish.
     

     
    Please go to the repo description on Github for a full list of units it's really difficult to write them here in the forum. View Units
     
    Units Modifiers
    When a result is displayed you can use action modifiers to copy the value in different formats:
     
    Return - Press Return to copy the value with format, for example 2,376.54 Command + Return - Press Command + Return to copy the value without formatting, for example 2376.54 Option + Return - Press Option + Return to copy the value of a single unit, for example 23.76  
     
    Data Storage
    You can write your query using natural language or just a few characters. Either way works!
     
    100 gigabytes in megabytes 100 gigas in megas 100 Mebibytes in Kibibytes 100 gb to mb 100gb to kb 100gb mb 400MiB in kib 2tb gb 1b kb  

    Please note, this workflow follows the IEC Standard (International Electrotechnical Commission) as it had been adopted by the IEEE, EU, and NIST. That means that if you type `1MB in KB` you will get `1000 KB` but if you type `1MiB in KiB` you will get `1024 KB`, you can read more about it here https://en.wikipedia.org/wiki/Byte#Multiple-byte_units
     
    Do you prefer 1 MB = 1024 KB? No problem, you can configure it in the Workflow configuration window.
     
    Data Storage Modifiers
    When a result is displayed you can use action modifiers to copy the value in different formats:
     
    Return - Press Return to copy the value with format, for example 2,376.54 Command + Return - Press Command + Return to copy the value without formatting, for example 2376.54  
    Percentages
     
    You can easily calculate percentages for example:
     
    15% of 50 = 7.50  //7.5 equals to 15% of 50 120 + 30% = 156  //120 plus the 30% of 120 120 plus 30% = 156  //120 plus the 30% of 120 120 - 30% = 84  //120 minus the 30% of 120 120 minus 30% = 84  //120 minus the 30% of 120 30 % 40 = 75%  // 30 is 75% of 40.  
    Translations and natural language can also be used
    120 más 30% = 156  

    PX, EM, REM, PT
    Open Alfred, type `12px` and you'll see the value converted to em, rem and pt. It's that simple. Check the examples below.
     
    12px 12px to em 2 rem 2rem 2rem to pt 12px in em base 17px (use a custom px base or configure it in the workflow)  
     
    Time
     
    Given its less frequently used, time conversions require the use of the keyword time
     
    Gives you the current time
    time  
    Converts the timestamp to a regular date
    time 1577836800  
    Gives you the time from now plus anything you want
    time +15 days time now plus 3 days  
    Number of days until specified date
    time days until 31 december  
    The start date of current year
    time start of year  
    The start date of specified year
    time start of 2021  
    The end date of current year
    time end of year  
    The end date of specified year
    time end of 2021  
    It also works in your language
    time inicio de 2020 time fin de 2020 time dias hasta 31 diciembre  
    Get information about date
    time 31 December, 2021 18:00:00 time 31/12/2021 18:00:00 time 12/31/2021 18:00:00  
    Calculate the difference between two dates
    time 25 December, 2021 - 31 December, 2021 time 31-11-2019 - 21-11-2019 time 11/31/2019 - 11/21/2019  

     
    VAT (value added tax)
     
    With this you can calculate the VAT for a given amount. Like time, VAT is also triggered with a keyword. By default, the keyword is "vat" but you can change the keyword in the workflow.
     
    Given the following query
    vat of 400 (with a 16% VAT configured, a percentage you can configure)
     
    Calculate Anything will provide the following conversions:
     
    VAT of 400 = 64 (the VAT amount) 400 plus VAT = 464 (the Amount plus VAT) 400 minus VAT = 344.82 (the Amount minus VAT, useful if you have a final amount and want to know the VAT applied)  
     
    Cache
     
    The workflow stores some data about currency in the workflow data folder. You can delete the cache by opening Alfred and typing `_caclear`.
  16. Like
    Southgirl got a reaction from deanishe in Movie and TV Show Search   
    Finally had time to update, and it's working great on High Sierra.
     
     

  17. Like
    Southgirl got a reaction from tone in Movie and TV Show Search   
    Finally had time to update, and it's working great on High Sierra.
     
     

  18. Like
    Southgirl reacted to dverb in Find streams for any movie or tv show   
    Find and watch movies or shows instantly
     
    My workflow makes it really easy to quickly search for a movie or tv show, find the different services streaming the content, and go right to the content.
     
    Learn more here! https://github.com/dverb20/watch_now_workflow/releases/tag/v1.2
     
    I promise it works much more quickly than the gif shows!
     
    I'd love some feedback or for someone to put in a PR for improvements
  19. Like
    Southgirl got a reaction from tone in Movie and TV Show Search   
    I'll try to install a newer OS this week, and will let you guys know how it went. Thank you both!
  20. Like
    Southgirl reacted to elnadav12 in Minimal theme (Refined - Apr 6th 2021)   
    Hey, this is my minimal theme. 
    Inspired by google search and spotlight😃
    Minimal: https://www.alfredapp.com/extras/theme/zNHmoYfnWK/
    Minimal Dark: https://www.alfredapp.com/extras/theme/9ImSLfi2gz/
    Minimal Dark edit by @poirpom: https://www.alfredapp.com/extras/theme/hYQD9vS5TR/

     
  21. Thanks
    Southgirl reacted to dfay in Case Converter (including Title Case) - now working on MacOS 12.3   
    Updated March 26, 2022 to use Python 3 for MacOS 12.3 
     
    Now featuring Universal Action triggers and hotkeys for the following five actions:
     
    Uppercase
    Lowercase
    Capitalize - capitalizes all words (e.g. Posting A New Topic In Share Your Workflows)
    Title Case - capitalizes word except for "the", "in", "of" etc. according to American English title conventions (e.g. Posting a New Topic in Share Your Workflows)
    Sentence Case - capitalizes only the first letter of the first word & converts the rest to lower case
     
    All of these are set to Copy to Clipboard and Paste by default.
     
    There's also a script filter cc which lets you view the query converted and select your choice (like the Code Case workflow).
     
    You can also connect a hot key directly to the cc script filter directly to view the output options without typing the cc command and pasting your text.
     

     
    Download:
     
    https://www.dropbox.com/s/8fydkkef1t699et/Case Converter 3.alfredworkflow?dl=0
     
    NB This is a new link and will download as a new workflow - you'll need to migrate any hotkeys and delete or disable the older version.
     
    Here's the old Python 2 version in case anyone wants it:
     
    https://www.dropbox.com/s/3k2lh21g5wnqrkp/Case Converter 2.alfredworkflow?dl=0
     
    The original version is described below and still available, if anyone prefers it.
     
    Workflow Version:
     
    This workflow converts the case of the text on the clipboard.
     
    http://dfay.fastmail.fm/alfred/Case%20Converter.alfredworkflow
     
    There are two workflows which display the following five options:
     
    Uppercase
    Lowercase
    Capitalize - capitalizes all words (e.g. Posting A New Topic In Share Your Workflows)
    Title Case - capitalizes word except for "the", "in", "of" etc. according to American English title conventions (e.g. Posting a New Topic in Share Your Workflows)
    Sentence Case - capitalizes only the first letter of the first word & converts the rest to lower case
     
    The keyword case will transform the text on the clipboard without pasting the result.
    The keyword casep will transform the text on the clipboard and paste (using Applescript System Events)
     
    Hotkey Version:
     
    Here is a version for use with hotkeys which will operate on the active selection in OS X and paste it with the converted text.  These all have a half second delay prior to pasting, which is necessary for Applescript to be able to paste.
     
    http://dfay.fastmail.fm/alfred/Case%20Hotkeys.alfredworkflow
     
    Notes and Revision History:
     
    These use the Title Case perl script found at https://raw.github.com/ap/titlecase/master/titlecase .
     
    If you manage academic citations with BibDesk, Zotero, Papers, Mendeley, etc., Title Case conversion is especially useful for cleaning up downloaded citations.
     
    Updated May 3, 2013 with nicer colored icon thanks to mjv ( http://www.alfredforum.com/user/4384-mjv/ )
     
    Updated February 5, 2014 to handle Sentence Case and to add a second keyword to paste after conversion.
     
    Updated May 20, 2014 with hotkeys
  22. Like
    Southgirl got a reaction from shmulvad in Roman Numeral Converter   
    Works great, thanks!
  23. Like
    Southgirl reacted to shmulvad in Roman Numeral Converter   
    Roman Numeral Converter
    Convert between roman numerals and arabic integers
     
    Installation
    To download, visit the latest release at GitHub. All further updates are handled automatically.  
    Description
    This is a fairly simple workflow for converting between roman numerals and arabic integers. This has been made before by Tyler Eich (Packal link), but hasn't been updated since 2015 and stopped working on my computer during an Alfred or macOS update (can't remember which). But I had an use case for this, and therefore I made a new version written in Python for this simple task.
     
    In Alfred, type rn and enter either your roman numeral or arabic integer. Selected result is copied to your clipboard. 


     
     
    The expression is being evaluated as you type it. If the expression cannot be evaluated, for example if you are using illegal characters, user will be notified about that. 

     
    Note
    The workflow doesn't support incorrectly written roman numerals, i.e. "IC", and will also notify user about this:

     
    Credits
    The workflow makes use of the following code to focus on the implementation of the conversion between the number systems rather than focusing on a lot of Alfred Workflow related stuff.
    OneUpdater to easily check for updates by vitorgalvao. Alfred Workflow Feedback XML Generation to easily add items by lrrfantasy.  
     
  24. Like
    Southgirl got a reaction from Vinay W in JustWatch - Alfred Workflow   
    Works like a charm, thanks!
  25. Like
    Southgirl reacted to Vinay W in JustWatch - Alfred Workflow   
    Just Watch - Alfred Workflow
    Alfred workflow to easily find where to stream your movies/tv-shows. Based on an unofficial JustWatch API.
     

    ⚛ Features
    Find where to stream your favourite movies and tv shows in an instant. No more logging into each of Netflix, Prime Video et al to check where a movie or tv-show is available. Search by region. Default region: AU (see instructions below to setup your region) Quick look - to enlarge movie posters or preview listing urls. ✅ Install
    Download and open the workflow file using Alfred. Get the latest release from here : https://github.com/vinaywadhwa/justwatch-alfred/releases  
    P.S.: You need to buy the Powerpack to use this workflow.
    🛠 Setup:
    Set your Country Code in the workflow variables. Default country code/locale : AU  
    ..and that's it. Start discovering right away!
    👬 Contribution
    Report issues Open pull request with improvements Spread the word Reach out with any feedback   
     
    PS: Thanks to @deanishe for the workflow libs and thumbnail loading ideas. 
×
×
  • Create New...