This commit is contained in:
Rui Carmo
2026-01-21 23:53:57 +00:00
commit a0e31d43fd
52 changed files with 6312 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
[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"