mirror of
https://github.com/Textualize/textual-web.git
synced 2025-10-17 02:36:40 +03:00
47 lines
622 B
TOML
47 lines
622 B
TOML
[account]
|
|
|
|
[app.Calculator]
|
|
path = "./"
|
|
command = "python calculator.py"
|
|
|
|
|
|
[app.Easing]
|
|
slug = "easing"
|
|
path = "./"
|
|
command = "textual easing"
|
|
|
|
|
|
[app.Keys]
|
|
slug = "keys"
|
|
path = "./"
|
|
command = "textual keys"
|
|
|
|
|
|
[app.Borders]
|
|
slug = "borders"
|
|
path = "./"
|
|
command = "textual borders"
|
|
|
|
|
|
[app.Demo]
|
|
name = "Demo"
|
|
slug = "demo"
|
|
path = "./"
|
|
command = "python -m textual"
|
|
|
|
[terminal.Terminal]
|
|
name = "Terminal"
|
|
path = "./"
|
|
terminal = true
|
|
|
|
[app.OpenLink]
|
|
name = "Open Link"
|
|
slug = "open-link"
|
|
path = "./"
|
|
command = "python open_link.py"
|
|
|
|
[app.Download]
|
|
name = "Download"
|
|
slug = "download"
|
|
path = "./"
|
|
command = "python download.py" |