list of winetricks tricks?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ToddAndMargo
Level 3
Level 3
Posts: 52
Joined: Tue Feb 28, 2012 12:32 am

list of winetricks tricks?

Post by ToddAndMargo »

Hi All,

Is there a way to get winetricks to cough up a list of all its tricks?
For instance, I never would have known "winetricks corefonts" existed
unless I had found it on google.

-T
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: list of winetricks tricks?

Post by dimesio »

ToddAndMargo wrote: Is there a way to get winetricks to cough up a list of all its tricks?
There is no single command that lists all verbs; you have to do it by category:

Code: Select all

winetricks apps list
winetricks benchmarks list
winetricks games list
winetricks dlls list
winetricks settings list
It's a major PITA. I filed an enhancement request about a year ago to have a list all command added. It's still sitting there.
https://code.google.com/p/winetricks/is ... tail?id=98
ToddAndMargo
Level 3
Level 3
Posts: 52
Joined: Tue Feb 28, 2012 12:32 am

list of winetricks tricks?

Post by ToddAndMargo »

On 06/08/2012 05:13 PM, dimesio wrote:
ToddAndMargo wrote:
Is there a way to get winetricks to cough up a list of all its tricks?
There is no single command that lists all verbs; you have to do it by category:

Code:
winetricks apps list
winetricks benchmarks list
winetricks games list
winetricks dlls list
winetricks settings list


It's a major PITA. I filed an enhancement request about a year ago to have a list all command added. It's still sitting there.
https://code.google.com/p/winetricks/is ... tail?id=98
I noticed that if you type in "wintricks" without any arguments,
you get the same list as above in graphical format. But, it
does not list everything, for instance "wintricks corefonts"

Oh and I am noticing "ie8" is under DLLs, not apps. Seems that
DLLs is the grab bag for "none of the above!"

Interesting, the use of the word "verb" for "argument"

Thank you for the response,
-T
ToddAndMargo
Level 3
Level 3
Posts: 52
Joined: Tue Feb 28, 2012 12:32 am

list of winetricks tricks?

Post by ToddAndMargo »

On 06/08/2012 05:13 PM, dimesio wrote:
It's a major PITA. I filed an enhancement request about a year ago to have a list all command added. It's still sitting there.
https://code.google.com/p/winetricks/is ... tail?id=98
Just "Starred" it, so I will see when they fix it.
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

in the GUI front end using the Winetricks script in Wineskin, I just have it give me the list, take the results and run them back through for each category. It should be easy enough for you to write a shell script that would do that, and call it like winetrickslist and it would get everything from whatever your current winetricks is.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

It would be pretty easy to add... ok, added a list-all verb. How's this look?

http://winetricks.googlecode.com/svn/tr ... winetricks
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

DanKegel wrote:It would be pretty easy to add... ok, added a list-all verb. How's this look?

http://winetricks.googlecode.com/svn/tr ... winetricks
Looks good. Thanks.
Locked