I have an AppleScript that I use as a TextExpander snippet, but which seems 
like some pieces could be re-used for a Quicksilver System Info.
---------------------
set modelStr to do shell script "system_profiler SPHardwareDataType | grep 
'Model Name:' | awk -F': ' '{print $2}'"
set speedStr to do shell script "system_profiler SPHardwareDataType | grep 
'Processor Speed:' | awk -F': ' '{print $2}'"
set cpuStr to do shell script "system_profiler SPHardwareDataType | grep 
'Processor Name:' | awk -F': ' '{print $2}'"
set ramStr to do shell script "sysctl -n hw.memsize | awk '{print 
$0/1073741824\" GB RAM\"}'"
set diskSizeStr to (do shell script "df -hl | grep '//*$' | awk '{print 
$2}' | sed y/i/B/") & " HD"
set sysStr to (do shell script "sw_vers -productName") & " " & (do shell 
script "sw_vers -productVersion")
return modelStr & " " & speedStr & " " & cpuStr & "
" & ramStr & "
" & diskSizeStr & "
" & sysStr
---------------------

Original source credit Matthew 
Janssen: 
http://matthewjanssen.tumblr.com/post/45621993310/using-textexpander-to-get-information-about-your
 

Cheers,
Brian

On Thursday, November 5, 2015 at 9:39:51 AM UTC-8, Timmy wrote:
>
> So... today I quit QS and replaced all the relevant files (except the 
> cache files which I trashed) using a Time Machine backup from Monday (when 
> I knew QS was working as it should, with the Clipboard) and everything's 
> working normally again.  I'll never know why it took ill, but it's better 
> now.  Sorry to have taken up your time, Rob. 
>
> It was really very odd having to go to my Applications folder and launch 
> Time Machine manually, as it were.  I'm so used to using QS that I had to 
> think about how to do it! 
>
> I like your idea about creating the 'Sys info' proxy object, btw... 
>
>
> > On 5 Nov 2015, at 14:40, Rob McBroom <[email protected] 
> <javascript:>> wrote: 
> > 
> > On 4 Nov 2015, at 9:08, Timothy Lawson wrote: 
> > 
> >> Sorry Rob <sigh> and I know so well to tell you all that too! 
> >> 
> >> OS X 10.11.1 
> >> QS 1.3.2 (4014) 
> >> Bezel (Built in) 
> > 
> > Yeah, it’s helpful, but all it tells me in this case is that I have no 
> idea what’s wrong. 😬 
> > 
> > I wonder if there’s something in your history causing a problem. Try 
> trashing `~/Library/Application 
> Support/Quicksilver/Shelves/QSPasteboardHistory.qsshelf` and restarting 
> Quicksilver. 
> > 
> > -- 
> > Rob McBroom 
> > http://www.skurfer.com/ 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "Quicksilver" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to [email protected] 
> <javascript:>. 
> > To post to this group, send email to [email protected] 
> <javascript:>. 
> > Visit this group at http://groups.google.com/group/blacktree-quicksilver. 
>
> > For more options, visit https://groups.google.com/d/optout. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to