mirror of
https://github.com/Textualize/textual-web.git
synced 2025-10-17 02:36:40 +03:00
48 lines
617 B
TOML
48 lines
617 B
TOML
[account]
|
|
domain = "willmcgugan"
|
|
|
|
[[apps]]
|
|
name = "Calculator"
|
|
slug = "calculator"
|
|
color = "#00ff00"
|
|
path = "./"
|
|
command = "python calculator.py"
|
|
|
|
|
|
[[apps]]
|
|
name = "Easing"
|
|
slug = "easing"
|
|
color = "#2222ff"
|
|
path = "./"
|
|
command = "textual easing"
|
|
|
|
|
|
[[apps]]
|
|
name = "Keys"
|
|
slug = "keys"
|
|
color = "#2222ff"
|
|
path = "./"
|
|
command = "textual keys"
|
|
|
|
|
|
[[apps]]
|
|
name = "Borders"
|
|
slug = "borders"
|
|
color = "#2222ff"
|
|
path = "./"
|
|
command = "textual borders"
|
|
|
|
|
|
[[apps]]
|
|
name = "Demo"
|
|
slug = "demo"
|
|
color = "#2222ff"
|
|
path = "./"
|
|
command = "python -m textual"
|
|
|
|
#[[apps]]
|
|
#name = "Terminal"
|
|
#slug = "term"
|
|
#path = "./"
|
|
#terminal = true
|