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
list of winetricks tricks?
Re: list of winetricks tricks?
There is no single command that lists all verbs; you have to do it by category:ToddAndMargo wrote: Is there a way to get winetricks to cough up a list of all its tricks?
Code: Select all
winetricks apps list
winetricks benchmarks list
winetricks games list
winetricks dlls list
winetricks settings list
https://code.google.com/p/winetricks/is ... tail?id=98
-
- Level 3
- Posts: 52
- Joined: Tue Feb 28, 2012 12:32 am
list of winetricks tricks?
On 06/08/2012 05:13 PM, dimesio wrote:
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
I noticed that if you type in "wintricks" without any arguments,ToddAndMargo wrote:There is no single command that lists all verbs; you have to do it by category:Is there a way to get winetricks to cough up a list of all its tricks?
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
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
-
- Level 3
- Posts: 52
- Joined: Tue Feb 28, 2012 12:32 am
list of winetricks tricks?
On 06/08/2012 05:13 PM, dimesio wrote:
Just "Starred" it, so I will see when they fix it.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
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.
It would be pretty easy to add... ok, added a list-all verb. How's this look?
http://winetricks.googlecode.com/svn/tr ... winetricks
http://winetricks.googlecode.com/svn/tr ... winetricks
Looks good. Thanks.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