Daemon icon indicating copy to clipboard operation
Daemon copied to clipboard

“apropos” console command

Open illwieckz opened this issue 5 years ago • 2 comments

Xonotic has a nice “apropos” command, if you type in console:

apropos something

It would print any cvar or command that has something in their name or description.

Currently in Unvanquished/Daemon we have to do something like that (with a lot of noise):

listCmds
listCvars
grep something

illwieckz avatar Jan 08 '21 23:01 illwieckz

Some of our list* commands, like listMaps already allow this with listMaps something, so it just needs to be ported to other commands as well.

VReaperV avatar Aug 23 '24 00:08 VReaperV

listCvars also works with * and probably other stuff like ?.

VReaperV avatar Aug 23 '24 00:08 VReaperV