medienlampe Posted February 22, 2015 Share Posted February 22, 2015 (edited) This simple, little workflow calculates the longer and shorter side of the golden ratio for any given number. Very handy for designers. Download Packal: http://www.packal.org/workflow/goldenratio GitHub: https://github.com/medienlampe/alfred2-goldenratio Usage Use the keyword 'gr' followed by an integer to get the corresponding shorter and longer side of the golden ratio which then can be selected and copied to the clipboard pressing 'Enter'. This is my first Alfred2 workflow ever – if you have any questions or feedback, please let me know! Pull requests are welcome. Changelog 2.0 adds gr+ and gr- to return the corresponding shorter or longer side in a golden ratio for the given value 1.1 Removed title line because it's not adding any value (thanks Florian!) Cleanup 1.0 First Release Edited April 1, 2017 by medienlampe Link to comment
Florian Posted February 22, 2015 Share Posted February 22, 2015 Hi there, That's a cool workflow, I actually like it better than Tyler's because you give both shorter and bigger side of the ratio. But I think it's bad practice to add the line that says 'golden ratio of xxxx'. If you want to add this information, do it in the subtitles maybe. Link to comment
medienlampe Posted February 22, 2015 Author Share Posted February 22, 2015 Hi Florian, thanks for the feedback! You're absolutely right and I will remove the line because it's not adding any value to the workflow. Link to comment
DayDstrysNit Posted June 13, 2016 Share Posted June 13, 2016 This is a nice little utility. Could I suggest an enhancement? Use "gr+" to calculate the values in increasing values. Use "gr-" to calculate the values in decreasing values. As a designer, I need to use both from time to time. The "+" value is simply multiplied by 1.618, while decreasing is .618. I'm not a coder, so I'm not sure how to make it work, but it seems fairly straight forward. Anyway... thanks for creating and sharing your work! Link to comment
medienlampe Posted June 26, 2016 Author Share Posted June 26, 2016 Hi there, I'm glad you like it! Indeed I'd like enhance it, but I don't quite understand your suggestion. Have you got an example? Link to comment
Christoffer Posted March 29, 2017 Share Posted March 29, 2017 I thing the suggestion here is to allow for the user to type in the length of the short edge, and then have your workflow return the corresponding long edge. And the other way around, type in the long edge, and have your workflow return the corresponding short edge. Makes sense? Link to comment
medienlampe Posted April 1, 2017 Author Share Posted April 1, 2017 (edited) Hi Christoffer, that makes sense - thanks! I'll modify the workflow now! EDIT: Done. Edited April 1, 2017 by medienlampe Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now