Percent Change
This is an Alfred Workflow to help you do percentage calculations. You can see some background info on the original forum post.
The supported calculations include:
-
Percent Change
(increase/decrease):
% 3 6-> 100% -
Percentage Of: 3 is what
percent of 100:
% 3 of 100-> 3% -
Percent Of: 5 percent of 100 is
5:
% 5 percent of 100-> 5, or% 5% of 100-> 5 -
Percent Decrease: What is 2
percent from 100:
% 100 - 2% -
Percent Increase: What is 100 +
2%:
% 100 + 2% -
Original number before Percent
Decrease: What number is 100 2 percent less
than?:
% 100 is 2% lt -
Original number before Percent
Increase: What number is 100 2 percent more
than?:
% 100 is 2% gt
Build:
- Get the source from github
- Building uses the workflow-build.py script bundled in this repo.
-
To build, run:
python workflow-build.py -f -d . -o .
License
This Workflow is available under the terms of the MIT License. See the full LICENSE for more details.

