Get Started
This tutorial will teach you the basics of Shell.
It is not necessary to have any prior experience.
To start using Shell, you need:
A text editor, like Notepad, to write Shell code.
Quickstart
Let's create our first menu item.
Open configuration file (shell.shl) and Write the following code and save.
shell
{
dynamic
{
item(title='Hello, World!')
}
}
Don't worry if you don't understand the code above - we will discuss it in detail in later chapters.
The result will look something for this when you press the right-click in an empty place on the desktop:
Congratulations You have now added the first time a menu item to the context menu
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub