Jump to content

gekkoh

Member
  • Posts

    12
  • Joined

  • Last visited

Reputation Activity

  1. Like
    gekkoh reacted to deanishe in Offline Unit Conversion Workflow   
    Critical update to v3.1 on 2017-11-02 (Yahoo! Finance API is dead)
     
    Alfred-Convert v3
    Yet another conversion workflow.
     
    Main features:
    Works offline, so super fast (occasional web access required to update exchange rates) Many hundreds of units supported 1000+ currencies supported, including cryptocurrencies Custom, user-defined units  Auto-updates  

     
     
    Downloading
    Download from GitHub.
     
    Usage
    The syntax is simple: the quantity, the unit you want to convert from then the unit you want to convert to. For example:
    conv 128 mph km conv 72in cm conv 100psi bar conv 20.5 m/s mph  
    Please see the README on GitHub for full instructions.
     
    Supported units
    Currently, Alfred-Convert supports all the units understood by the underlying Pint library plus a handful of additional units and 1000+ currencies. You can see a list of the supported currencies on the GitHub page.
     
    Adding custom units
     
    You can also add your own custom units. Use convinfo to open the unit definition file and the documentation describing how the definition format.
    If you have a unit you think should be included by default, please create a corresponding GitHub issue or ask in this thread.
  2. Like
    gekkoh reacted to jason0x43 in Unit converter (no longer maintained)   
    Note: This workflow is no longer maintained.
     
    This is a really simple workflow that performs unit conversions. Conversion commands look like:
     
        u {value} {in units} > {out units}
     
    You can include a space after the u keyword, but it's not required. Units can generally be abbreviated or not, as long as the input is unambiguous. Here are some valid commands:
    u 5km > miles u 5km > mi u5km>mi You can also do unit math (again, spaces are generally optional):
    u 1cm * 1in u 1in^2 / 2mm^2 u1cm+2.5in-3mm>ft Just remember that units matter. You won't get any output if you try to do something like 1cm * 1in > in, because multiplying two lengths gives an area (like in^2).
     
    The calculator is called as you type, so it'll give you an answer whenever you type a query it can process. Actioning the result will copy the value (just the number) to the clipboard. That's it!
     
    Well, there are also a couple options you can configure. You can open the configuration file with the command u>. The options are:
    "separator" - what separator to use between the input value and output units "precision" - how many decimal digits to include in the output (set to null for unlimited)  
    More info and source is available here.
     
     
    Download
     
     
    Update 2014/05/22:
     
    You can now use a space between a number and its units (e.g., "5 km" in addition to "5km").
     
    Update 2014/02/06:
     
    Unit math is back!
     
    Update 2013/12/07:
     
    Add output precision option (see above)
     
    Update 2013/12/01 (again):
     
    Bug fix
     
    Update 2013/12/01:
     
    Added support for using "space" as the unit separator, so you can do queries like "1mile km".
     
    Update 2013/11/30:
     
    Added Euros to the currency list. I also added a couple extra commands, accessible with the 'u>' command,
     
    Update 2013/11/29:
     
    Currency conversion is back.
     
    Update 2013/11/25:
     
    At last, I pushed out an update that should have this back up and running. It's using a local library now, so it's faster and not subject to the whims of Google. Sorry it took so long.
     
    Update 2013/11/5:
     
    Google shutdown the API this workflow was using on November 1, so it's broken until I switch it to something else. Sorry about that. I'll have it back up and running in a day or two.
     
    Update 2013/10/11:
     
    Bugfix
     
    Update 2013/8/14:
     
    It should now work with Snow Leopard (Python 2.6).
     
    Update 2013/8/13:
     
    Now with Alleyoop support!
  3. Like
    gekkoh reacted to leefur in The Minimalist: Almost Black   
    There have been a few requests in response to The minimalist: Almost White v2 for a black alternative, so here it is.
     

     
     
    Download ›
     
     
     I recommend these Appearance settings in your prefs to keep things clean.
  4. Like
    gekkoh reacted to leefur in The Minimalist   
    Big update, cleaning out all the old stuff!
     
    Lots of wonderful minimal themes on here, but I think this is the minimalist.
     
    Minimalist details:
    We only show the path for the selected item (which is basically how you read these details anyway) That also makes it easy to see which item is selected so we don't need a highlight! Keyboard shortcuts for matches (e.g. "⌘4") are harder to use than just up/down+enter, so I hid those Uses the light weight of the system font (San Francisco) for that native, readable feel Looks best with a medium amount of blur Available in a wide array of colors  
    Downloads listed below, preview images beneath (I'm not sure how to show images inline any more…):
    Almost white: http://cozy.es/PRYr Almost black: http://cozy.es/eBRP Almost alizarin: http://cozy.es/WjeE Almost asbestos: http://cozy.es/4Jul Almost carrot: http://cozy.es/NyKn Almost clouds: http://cozy.es/QyXj Almost emerald: http://cozy.es/AxKm Almost midnight: http://cozy.es/qnEA  
    Credit to flatuicolors.com for the colors. Best with these appearance settings.
     
    Enjoy, and let me know how these work for you. Thanks!







  5. Like
    gekkoh got a reaction from designandsuch in Workflow: Units - convert currency length temperature weight and more   
    Very nice icons! 
  6. Like
    gekkoh reacted to designandsuch in Workflow: Units - convert currency length temperature weight and more   
    As you guys might have been noticing there where some icons missing.. since i added a lot of new units in the last weeks. Which seems to work perfect by the way.. I have been fixing bugs basically every day.
    But for the Icons I needed you to re-download the actual workflow, which you will be reminded of automatically if you have the latest version.
     
    Here's a quick overview of the new icons.
     

  7. Like
    gekkoh reacted to surrealroad in Notes   
    This just creates a new note in notes.app. To keep it simple, it just uses the first folder in the first account it finds. You can change this behaviour by editing providing the respective names in the "properties" in the applescript.
     
    Usage
     
    To search existing notes, type "n search_term" into Alfred. E.g. "n something I wrote yesterday" (not working in macOS High Sierra)
    To create a new note, just type "n note_text" into Alfred. E.g. "n something very important I will probably forget"
    To create a note from the clipboard, type "nclip optional_note_name"
    Hold option to open the note in a new window after creating it.
     

     
    iCloud Notes on OS 10.11+
     
    As of Mac OS El Capitan, you are given the option to upgrade iCloud notes accounts. Once you do this, with the normal Notes workflow you'll start seeing duplicate lines in notes. The reason for this is that prior to the upgrade the "Title" of the note and the "Body" of the note were displayed separately. After the upgrade, Notes assumes the title is *not* also included in the body, which is different behaviour, and led to the apparent duplication.
     
    Sadly there's no reliable way for the workflow to detect whether your Notes account has been upgraded or not, so fixing it would entail breaking it on installs that have not undergone this upgrade. Therefore I have opted to make a separate Workflow which is to be used by anyone who has upgraded to the new iCloud version of Notes. You will find that download link below.
     
    Changelog:
    Tuesday, 5th July 2016 - Fixed a regression where "nclip" would not work if a custom title was provided
    Thursday, 30 June 2016 – Compatibility for users who did not previously have Alfred v2 installed
    Wednesday, 27 January 2016 – Fixed an issue with notes from clipboard not working; existing iCloud notes are now searched too (thanks, Vero!)
    Friday, 16 October 2015 – Added a new Workflow for iCloud upgraded notes in OS 10.11+ (Thanks Nikita!)
    Monday, 27 October 2014 – workaround for apple bug #18734006 on OS 10.10
    Monday, 13 October 2014 – Hold option to open note window after creation
    Tuesday, 17 September 2013 – Updated q_workflow module to latest version
    Thursday, 18 April 2013 – Only first line is used as a title when using "nclip" with no arguments
    Sunday, 7 April 2013 – Properly escape illegal characters in query
    Friday, 5 April 2013 – Fixed an issue where a temporary file was getting written to the wrong place, sorry about that! Thursday, 4 April 2013 – Combined into single workflow; renamed to "Notes"; fixed an issue with clip keyword; nclip now pastes HTML if possible; workflow will notify if updates are available Saturday, 16 March 2013 – First version  
    Download (Alfred v3 and iCloud)
    http://bit.ly/2w2mILX
     
    Note: this workflow will notify you if a newer version is available. To disable this functionality, change the property "shouldCheckForUpdates" to "false"
     
    Alfred v2
    It's not currently known whether the latest release will be backward-compatible with Alfred v2.
    If you are using Mac OS 10.11+ and have "upgraded" your iCloud notes, you should use this workflow:
    Notes for Alfred v2 (iCloud)
     
    In all other cases, this is the one to use:
    Notes for Alfred v2 (non-iCloud)
     
    Source: https://github.com/surrealroad/alfred-notes
     
    Issues
    Please raise issues on GitHub, as it's easier for me to keep track of them there.
  8. Like
    gekkoh reacted to MacGeeky in Open Library folder(s) in Finder   
    New update - 1.02
     
    What's new:
     
    Make Library folder (~/Library/) visible, and hidden again.
     
    Commands to use in Alfred:
     
    Visible: library visible
    Hidden: library hidden
     

     
    !! You can make it easy to update this workflow in the future by installing the unofficial update manager for Alfred workflows - Alleyoop!
     
    - Use the following keyword in Alfred to search for new updates in this, and a whole lot of other workflows:  OOP
  9. Like
    gekkoh got a reaction from MacGeeky in Open Library folder(s) in Finder   
    Awesome extension — I love the plist search. Thank you!
  10. Like
    gekkoh got a reaction from Tyler Eich in Wolfram|Alpha workflow   
    Amazing workflow, thank you so much! 
  11. Like
    gekkoh reacted to MacGeeky in Open Library folder(s) in Finder   
    New update: Open Library Folders 1.01
     
    New functionality: 
     
    Plist Search: searches all Library folders on your Mac for for plist-files, and then reveals the plist file in Finder when pressing enter. Press the right arrow to get more options on what to do with the selected plist file - delete, copy, open with application, copy to clipboard, etc.
     
    How to use:
     
    Use the keyword plist to search for plist files.
  12. Like
    gekkoh got a reaction from smccullers in iTunes Guitar Tab Search   
    This is a very simple workflow that searches Ultimate Guitar for a guitar tab of the song currently playing in iTunes.
     
    Use it by simply typing "tabs" in Alfred which will automatically open Safari and display available tabs.
     
    Enjoy and keep on rockin'! 
     
     
    Get it here: http://gum.co/tabs
     
    I am working on improving this extension and making it a lot more powerful! New version coming soon... Your support is much appreciated  
     
     
     
    Also check out a similar extension for lyrics: http://www.alfredforum.com/topic/1633-itunes-lyrics-search/
×
×
  • Create New...