Build file systems, web apps, and system automations in plain English. ShellLite is a human-readable programming language designed for automation logic.
Support Us
If you enjoy using ShellLite, please consider starring our repository on GitHub! It helps us grow and keep building cool things.
# Hello World in ShellLite
say "Hello World from ShellLite!"
# Simple Desktop Automation
to create_workspace
make folder "Projects"
make file "Projects/notes.txt"
write "Todo list..." into "Projects/notes.txt"
create_workspace()