Plugins
AquaShell can be extended via plugins in order to provide additional functionality to scripts. The shell does also feature a few default plugins which are listed below.
Default plugins
Array
Provides array features. There are static and dynamic arrays available.
Auto
Provides features to automate tasks on Windows.
DateTime
A datetime utility to format date and time strings.
EnvVars
Exposes all environment variables to the script context.
Events
Allows registration and raising events.
FileIO
Provides various functions to perform file system operations.
Forms
Can be used to create and handle Windows forms for GUI scripts.
Input
This component provides input methods via CLI and GUI.
IRC
A component to create IRC clients. Useful for IRC bots.
NetClient
A component to create network clients. Supports both TCP and UDP.
Speech
This component allows you to use the Microsoft SAPI.
Strings
A utility component to do string manipulation.