MantisBT - Zandronum
View Issue Details
0000962Zandronum[All Projects] Suggestionpublic2012-08-09 02:422012-08-09 19:30
Cerebus 
 
highfeatureN/A
closedno change required 
MicrosoftWindowsXP/Vista/7
1.0-beta 
 
0000962: "list_commands" or "listcmds" console comand
I would like if there was a console command that would list any (or every) available command so you can look for the command you are looking for on a list then type said command in. You know... for guys that are not literate with lines of code (myself included). Something that should go with that would go with this would be a help command (i.e. [<name of command> help]) which would then give a description of the said command.

PS This feature is available on Doomsday Engine and Risen3d, so you might be able to put this in, you might not.
No tags attached.
Issue History
2012-08-09 02:42CerebusNew Issue
2012-08-09 03:18QentNote Added: 0004330
2012-08-09 03:55CerebusNote Added: 0004331
2012-08-09 03:55CerebusNote Edited: 0004331bug_revision_view_page.php?bugnote_id=4331#r2374
2012-08-09 04:15CerebusNote Edited: 0004331bug_revision_view_page.php?bugnote_id=4331#r2375
2012-08-09 10:32DuskNote Added: 0004334
2012-08-09 13:53Edward-sanNote Added: 0004335
2012-08-09 18:43QentNote Added: 0004336
2012-08-09 19:30DuskNote Added: 0004337
2012-08-09 19:30DuskStatusnew => closed
2012-08-09 19:30DuskResolutionopen => no change required

Notes
(0004330)
Qent   
2012-08-09 03:18   
This is already in. The command is "cmdlist [pattern]" where you can filter the output by commands matching pattern.
(0004331)
Cerebus   
2012-08-09 03:55   
(edited on: 2012-08-09 04:15)
Could you give me a few examples on these "patterns", because the console cuts all text off after about 150 lines (I'm assuming, could be less) when using only "cmdlist", meaning I don't see all of the commands even if I use the "clear" command before then. ...Yeah, that's what I should have requested for: The ability to increase or decrease the maximum amount of lines of console text

(0004334)
Dusk   
2012-08-09 10:32   
Woah, this one's new to me. o_O

> Could you give me a few examples on these "patterns"
Seems to be masks, like "vote_*".

> because the console cuts all text off after about 150 line
You can save the output to file: first, do "logfile commands" or whatever arbitrary name you want to give to the log file, then do cmdlist and then do "logfile" without file argument again to stop the logging. This should save the list of commands to your zandronum directory.
(0004335)
Edward-san   
2012-08-09 13:53   
If you write a letter and then you press 'TAB', you'll get all the commands which begin with that letter. Isn't it enough?
(0004336)
Qent   
2012-08-09 18:43   
Not quite. If you're searching for dumpclasses, but you only remember "class," you can type "cmdlist *class*".
(0004337)
Dusk   
2012-08-09 19:30   
Since the needs of the original poster was covered, I'm closing this.

Quote
The ability to increase or decrease the maximum amount of lines of console text

This stuff would have to go through ZDoom first, please suggest it as a feature there.