Page 1 of 1

[Feature request] Command history

PostPosted: Sun Dec 09, 2012 08:34
by monty_oso
Minetest have a cli that appears when we type '/'. I want a history of commands that can be navigated using arrow keys. That will help when we need to use over and over the same command or a very similar commands.

And if you can i like to see other bash like features. For example a calculartor or pipes for the commands.

PostPosted: Sun Dec 09, 2012 08:46
by Menche
You can get history in the F10 console. But it would be nice to have it in the chat box, as thats usually the first thing I go for. Also, the history isn't saved when you logout.

PostPosted: Tue Dec 11, 2012 13:45
by rarkenin
Maybe [Up] and [Down] scroll as in bash? I suppose pipes would be awesome, such as:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/status|chat


where it can also pipe to other stuff.