Jump to content

bkmontgomery

Member
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by bkmontgomery

  1. A new version is out! 1.4.0 changes the former 'percent of' to 'portion of', and introduces a new 'percent of' that makes more sense.  Here's the examples:

     

    1. Percent Change (increase/decrease): `% 3 6` -> 100%
    2. Portion of; 3 is what percent of 100: `% 3 of 100` -> 3%
    3. Percent of: 5 percent of 100 is 5: `% 5 percent of 100` -> 5, or `% 5% of 100` -> 5
    4. Percent Difference; What is 2 percent from 100: `% 100 - 2%`
    5. Percent Increase; What is 100 + 2%: `% 100 + 2%`
     
    Thanks for all the feedback!  Keep it coming :)
  2. Hi All, I've finally gotten a chance to convert this workflow over to a Script filter (Alfred-workflow is awesome, by the way), so you should now see results instantly, instead of having to wait for the large output.  I've also removed the copy to clipboard, since I never seemed to use that anyway.

     

    You can get version 1.3.0 from http://www.packal.org/workflow/percent-change, or from https://github.com/bradmontgomery/alfred-percent-change

     

    Let me know what you think.

  3. Thanks for the feedback!  I admit, that I don't like the large output either. I've found that I tend to do 2 or 3 calculations in a row, so I'll try to figure out how to get live output.

     

    As for other calculations, I can think these might be useful:

    • What percent of X is Y
    • What is X percent from Y

    I'd be happy to incorporate any others!

     

    Thanks for this perfect workflow. It would be great to have the output in a smaller way or as a sort of "live output" just like the normal calculations I can do within Alfred. 

     

    Besides percentage change it would be great to get the basics of calculations of percentage, e.g. the percentage of something. 

     

    Just my first thoughts, will think about this in more detail as this workflow is just awesome as I assume I will use it very often. 

     

    Thanks for that! 

  4. I'd be all for this. Do you have anything in mind?

     

    I'd be awesome if we had a list of things people would expect from this workflow.

     

    Interesting! How about adding more percentage stuff to the workflow as well? If it houses other formulas it'd become utterly useful i believe!

  5. Hi All,

     

    I'm new here, and I've just created my first workflow: Percent Change. For some reason, I can never do this in my head, and I'm tiring of looking up the formula.

     

    This workflow lets you calculate the percent of change between two values, using the % symbol:

    % <value1> <value2>

    So, something like % 3 6 would give you a result of 100. The result is displayed in Large text and copied to the clipboard.  You can find it, here:

     

    http://www.packal.org/workflow/percent-change

     

    I'd love any feedback.

     

     

×
×
  • Create New...