Expand description
Shell command registry and entry points
Organizes shell commands into separate modules for better maintenance.
Modules§
- gfx
- Graphics console commands
- help
- Help command implementation
- hw
- Hardware and IPC namespace commands: lspci, lsns
- mem
- Memory management commands
- net
- Network commands (ping, ifconfig)
- proc
- Process management commands (kill)
- ps
- Process management commands
- sys
- System management commands
- timer
- Timer debug commands
- top
- Top command with Ratatui no_std backend.
- util
- Utility commands: uptime, dmesg, echo, env, whoami, grep, setenv, unsetenv
- vfs
- VFS management commands