View on GitHub

CWP Open Terminal Emulator

Official documentation for the CWP Open Terminal Emulator.

Default Commands

This document provides a detailed reference for all the default commands available in the CWP Open Terminal Emulator.


aafire

Displays an ASCII fire animation.


cat

Displays the contents of a file.


cd

Changes the current working directory.


chmod

Simulates changing file permissions. This is a mock command.


chown

Simulates changing file ownership. This is a mock command.


chgrp

Simulates changing file group. This is a mock command.


clear

Clears all previous output from the terminal screen.


cmatrix

Displays a Matrix-style falling text animation.


cp

Copies a file from a source to a destination.


curl

Simulates fetching a URL. This is a mock command.


date

Displays the current system date and time.


df

Simulates displaying disk usage.


du

Simulates displaying directory usage.


echo

Prints text to the terminal.


edit

Starts the text editor addon to edit a file.


exit

Exits the currently running addon and returns to the main terminal prompt. This command has no effect in the main terminal.


find

Simulates finding files. This is a mock command.


free

Simulates displaying memory information.


grep

Searches for a pattern within a file.


Displays the first few lines of a file.


help

Lists all available commands.


hclear

Clears the entire command history.


history

Displays a list of previously executed commands.


kill

Simulates killing a process. This is a mock command.


ln

Simulates creating a symbolic link. This is a mock command.


ls

Lists the files and directories in the current directory or a specified path.


mkdir

Creates a new directory. Supports the -p flag to create parent directories recursively.


mv

Moves or renames a file.


pgrep

Simulates finding a process by name. This is a mock command.


ping

Simulates sending a ping to a host.


pkill

Simulates killing a process by name. This is a mock command.


ps

Simulates listing active processes.


pwd

Prints the current working directory path.


rm

Deletes a file. This action is permanent.


rmdir

Deletes an empty directory.


rps

Starts the Rock, Paper, Scissors game addon.


run

Starts a registered addon.


tail

Displays the last few lines of a file.


top

Simulates a process monitor. This is a mock command.


touch

Creates a new, empty file.


tree

Displays the directory structure as a tree.


umask

Simulates showing the umask value.


uname

Displays system information.


uptime

Simulates showing the system uptime.


whoami

Displays the current user.