andy4222 Posted October 13, 2022 Share Posted October 13, 2022 (edited) Shows the info from "About" menu of macOS Worked out of the box for me with no dependencies NOT my workflow. Found via google search https://github.com/xilopaint/alfred-about-this-mac Edited October 13, 2022 by andy4222 Link to comment Share on other sites More sharing options...
vitor Posted October 13, 2022 Share Posted October 13, 2022 Thank you. On the list to be added, but the version up for download now doesn’t work correctly on Apple Silicon (though it’s been written). Pull request, waiting for @xilopaint to merge (or close and make a new release). Link to comment Share on other sites More sharing options...
suliveevil Posted October 13, 2022 Share Posted October 13, 2022 I'm using this workflow with pretty much the same function: https://github.com/alanhg/alfred-workflows/tree/master/about-mac Alan He 1 Link to comment Share on other sites More sharing options...
xilopaint Posted October 14, 2022 Share Posted October 14, 2022 8 hours ago, vitor said: Pull request, waiting for @xilopaint to merge (or close and make a new release). I just left you a message there. Link to comment Share on other sites More sharing options...
andy4222 Posted October 14, 2022 Author Share Posted October 14, 2022 @suliveevil, I found @xilopaint workflow to be more useful (although it might have fewer github stars). Their workflow shows information that is more in-sync with the "About" menu. Like serial number, processor type/model, type of RAM (DDR etc.). Although I must say the workflow you shared is faster, but then again depends on the command being executed underneath. @xilopaint Do you think you can make it a little faster. One has to wait 4-5 seconds before the results show up. suliveevil 1 Link to comment Share on other sites More sharing options...
xilopaint Posted October 15, 2022 Share Posted October 15, 2022 (edited) I just released a new version of the workflow with some fixes and support for Apple Silicon. 17 hours ago, andy4222 said: @xilopaint Do you think you can make it a little faster. One has to wait 4-5 seconds before the results show up. It's not slow on new Macs but it's possible to make it faster by caching the machine icon generated by the getMacIcon.applescript. Unfortunately my AppleScript skills are a bit outdated so I would be happy if @vitor or someone else could submit a PR. Edited October 15, 2022 by xilopaint andy4222 1 Link to comment Share on other sites More sharing options...
andy4222 Posted October 15, 2022 Author Share Posted October 15, 2022 Tried the latest version, it works great but still a bit laggy. I usually use it once every few weeks so not a big deal but if it's a tiny thing to make it faster, I think we should do it. Link to comment Share on other sites More sharing options...
xilopaint Posted October 16, 2022 Share Posted October 16, 2022 On 10/14/2022 at 10:05 PM, andy4222 said: Tried the latest version, it works great but still a bit laggy. I usually use it once every few weeks so not a big deal but if it's a tiny thing to make it faster, I think we should do it. A new version has been released with improved performance. Thanks to @vitor. Link to comment Share on other sites More sharing options...
andy4222 Posted October 16, 2022 Author Share Posted October 16, 2022 Updated to v1.3 but it's still the same. I see that a change for caching the machine icon was made, but even on re-running it a few times, it takes the same amount of time (4ish seconds) Link to comment Share on other sites More sharing options...
xilopaint Posted October 16, 2022 Share Posted October 16, 2022 (edited) 14 hours ago, andy4222 said: Updated to v1.3 but it's still the same. I see that a change for caching the machine icon was made, but even on re-running it a few times, it takes the same amount of time (4ish seconds) v3 takes less than 1.5s on my MacBook Air 2017. On my MacBook Pro 2022, v3 is twice as fast as v2 (0.5s against 1s). Could you post the output of Alfred debugger for v1.2 and v1.3? Just hide your serial number. Edited October 16, 2022 by xilopaint Link to comment Share on other sites More sharing options...
andy4222 Posted October 16, 2022 Author Share Posted October 16, 2022 (edited) v1.2 [10:52:43.029] About This Mac[Script Filter] Queuing argument '' [10:52:46.065] About This Mac[Script Filter] Script with argv '' finished [10:52:46.068] About This Mac[Script Filter] {"items": [ .... v1.3 [10:57:34.007] About This Mac[Script Filter] Queuing argument '' [10:57:36.070] About This Mac[Script Filter] Script with argv '' finished [10:57:36.074] About This Mac[Script Filter] {"items": [ ...... Seeing the debugger numbers, it seems to a second faster (3 secs vs 2 secs), but if I track it end-end (until the point things are displayed back to the user, it feels the same). PS: items were the same Edited October 16, 2022 by andy4222 Link to comment Share on other sites More sharing options...
xilopaint Posted October 16, 2022 Share Posted October 16, 2022 58 minutes ago, andy4222 said: but if I track it end-end (until the point things are displayed back to the user, it feels the same) It's not the same. You see the items 1 sec faster indeed. What's your machine model? Link to comment Share on other sites More sharing options...
andy4222 Posted October 16, 2022 Author Share Posted October 16, 2022 2 minutes ago, xilopaint said: It's not the same. You see the items 1 sec faster indeed Yeah, that's what I meant by the difference in time in debugger logs, but if I use a timer to see the result, it takes around the same time. IDK if that's the rendering taking that time. MacBook Pro 2019, i7, 32GB Link to comment Share on other sites More sharing options...
xilopaint Posted October 16, 2022 Share Posted October 16, 2022 1 minute ago, andy4222 said: MacBook Pro 2019, i7, 32GB I would check your environment. My old MacBook Air 2017 i5 8GB has better performance than your MacBook Pro 2019 i7 32GB. Not normal. Link to comment Share on other sites More sharing options...
andy4222 Posted October 16, 2022 Author Share Posted October 16, 2022 My machine runs smooth overall with intensive tasks. Even with other workflows that do a lot more (sql operations, processing, shell scripts etc), they are pretty fast (<1 sec rendering of results) compared to this utility which executes a shell script. So I'm not sure if its an environment issue. Either way, it's fine, I don't use this everyday so not worth spending that much time. Thanks for looking into this though! Link to comment Share on other sites More sharing options...
vitor Posted October 16, 2022 Share Posted October 16, 2022 On 10/13/2022 at 7:01 PM, suliveevil said: I'm using this workflow with pretty much the same function: https://github.com/alanhg/alfred-workflows/tree/master/about-mac That has overlapping but different information (e.g. it has the IP address but not the uptime). No harm in adding both to cover different needs and preferences. If it’s something you use and would like to see added, I’ll need a screenshot as per the pinned post: Quote Static images (i.e. not a video or animated GIF). Of the full Alfred window, with shadow and no background: press ⌘⇧4 then hit the space bar; hover over the Alfred window and click. Retina. If you don’t have a retina screen, let us know. Link to comment Share on other sites More sharing options...
suliveevil Posted October 17, 2022 Share Posted October 17, 2022 (edited) 4 hours ago, vitor said: That has overlapping but different information (e.g. it has the IP address but not the uptime). No harm in adding both to cover different needs and preferences. If it’s something you use and would like to see added, I’ll need a screenshot as per the pinned post: I won't suggest others to use this one because xilopaint's workflow is prettier Edited October 17, 2022 by suliveevil Link to comment Share on other sites More sharing options...
xilopaint Posted November 27, 2022 Share Posted November 27, 2022 Hey @vitor, just to let you know I removed OneUpdater and updated the icon. I haven't made a new release though, so the new changes will be available in a new release once the Gallery is launched. Should I commit a version bump now? Link to comment Share on other sites More sharing options...
vitor Posted November 27, 2022 Share Posted November 27, 2022 If you send me the packaged workflow as it will be when released, that helps. Link to comment Share on other sites More sharing options...
vitor Posted December 6, 2022 Share Posted December 6, 2022 @xilopaint Bump on getting a new version out or sending the new packaged workflow, in case you missed that message. Link to comment Share on other sites More sharing options...
xilopaint Posted December 6, 2022 Share Posted December 6, 2022 1 hour ago, vitor said: @xilopaint Bump on getting a new version out or sending the new packaged workflow, in case you missed that message. May I make a new release? Link to comment Share on other sites More sharing options...
vitor Posted December 6, 2022 Share Posted December 6, 2022 1 hour ago, xilopaint said: May I make a new release? Sure, that works even better. Link to comment Share on other sites More sharing options...
xilopaint Posted December 9, 2022 Share Posted December 9, 2022 On 12/6/2022 at 2:36 PM, vitor said: Sure, that works even better. Done. vitor 1 Link to comment Share on other sites More sharing options...
xilopaint Posted December 14, 2022 Share Posted December 14, 2022 On 11/27/2022 at 9:50 AM, xilopaint said: Hey @vitor, just to let you know I removed OneUpdater and updated the icon. I haven't made a new release though, so the new changes will be available in a new release once the Gallery is launched. Should I commit a version bump now? @vitorthe Gallery shows the old workflow icon. Could you update? Link to comment Share on other sites More sharing options...
vitor Posted December 14, 2022 Share Posted December 14, 2022 Thank you for the notice. Will be fixed soon. Link to comment Share on other sites More sharing options...
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