To enter Rust commands, simply tap F1 to open the console, and type in the command you wish to use. In the case of "true/false" commands, simply type either true or false as the command, without ...
You will most often use Bash functions to make your shell life easier; instead of typing out complex command pipelines, create a function and inject arguments. You'd place these in your bashrc file, ...