DaemonEngine / Daemon

The Dæmon game engine. With some bits of ioq3 and XreaL.
https://unvanquished.net
BSD 3-Clause "New" or "Revised" License
305 stars 60 forks source link

“apropos” console command #417

Open illwieckz opened 3 years ago

illwieckz commented 3 years ago

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
VReaperV commented 2 months ago

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 commented 2 months ago

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