Quash Shell
0.1
A simple yet powerfull shell program
|
Go to the source code of this file.
Classes | |
struct | QuashState |
Holds information about the state and environment Quash is running in. More... | |
Typedefs | |
typedef struct QuashState | QuashState |
Holds information about the state and environment Quash is running in. | |
Functions | |
bool | is_tty () |
Check if Quash is receiving input from the command line (TTY) More... | |
char * | get_command_string () |
Get a deep copy of the current command string. More... | |
bool | is_running () |
Query if quash should accept more input or not. More... | |
void | end_main_loop () |
Causes the execution loop to end. | |
Quash essential functions and structures.
char* get_command_string | ( | ) |
Get a deep copy of the current command string.
bool is_running | ( | ) |
Query if quash should accept more input or not.
bool is_tty | ( | ) |
Check if Quash is receiving input from the command line (TTY)