Jump to content

bkmontgomery

Member
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by bkmontgomery

  1. Hi @adam_wagner, Thanks for your work on this! I've finally gotten around to pulling in your changes (which you can see on github), and adding the new version on packal! Happy Holidays! :)
  2. Hi All, I've finally published a long-overdue update to this that includes: Support for Alfred 3 (Thanks deanishe for making that easy) Ability to copy the result w/ ⌘+C Changed text "Portion of" to "Percentage of" You can download it now from Github.
  3. 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
  4. Hi sudopeople, This is great feedback! I can see where the phrasing is confusing. I won't get a chance to work on this for about a week, but once I do, I'll come back to it and push out a new release incorporating your suggestions. Thank you!
  5. 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.
  6. Updated to version 1.2.0, which includes new calculations. http://www.packal.org/workflow/percent-change 1. Percent Change (increase/decrease): `% 3 6` -> 100% 2. Percent of; What is 3 percent of 100: `% 3 of 100` -> 3% 3. Percent Difference; What is 2 percent from 100: `% 100 - 2%` 4. Percent Increase; What is 100 + 2%: `% 100 + 2%` Next version will be converted to a Script Filter.
  7. 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!
  8. 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.
  9. 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...