| copy | Searches the file system for files and directories and copy them to a destination directory. |
| delete | Deletes files and directories. |
| find | Searches the file system for files and directories and optionally searches files' content. |
| help | Displays help. |
| move | Searches the file system for files and directories and move them to a destination directory. |
| regex create | Creates regular expression pattern. |
| regex escape | Escapes special characters by replacing them with their escape codes. |
| regex list | Lists regular expression patterns. |
| regex match | Searches the input string for occurrences of the regular expression. |
| regex split | Splits the input string into an list of substrings at the positions defined by a regular expression. |
| rename | Renames files and directories. |
| replace | Searches the file system for files and replaces its content. |
| spellcheck | Searches the files' content for potential misspellings and typos. |
| sync | Synchronizes content of two directories. |