Commit Graph

120 Commits

Author SHA1 Message Date
Will McGugan
93750b6c86 web interface 2023-09-24 18:03:05 +01:00
Will McGugan
5c167d116c exit on idle 2023-09-24 17:18:14 +01:00
Rodrigo Girão Serrão
8fbd76a48f Merge pull request #22 from Textualize/env-vars
Add TERM_PROGRAM(_VERSION) to textual-web.
2023-09-20 17:51:48 +01:00
Rodrigo Girão Serrão
20ba4ae448 Add TERM_PROGRAM(_VERSION) to textual-web.
This sets the environment variables TERM_PROGRAM and TERM_PROGRAM_VERSION to 'textual-web' and to the version of textual-web, respectively, when running apps or opening terminals with textual-web.
2023-09-19 14:14:27 +01:00
Will McGugan
69b0691605 ws 2023-09-09 20:50:43 +01:00
Will McGugan
b00eb24d8d tidy merlin 2023-09-09 20:49:12 +01:00
Will McGugan
af7761ff14 superfluous 2023-09-09 20:48:04 +01:00
Will McGugan
92ca36aafa version bump 2023-09-09 20:46:18 +01:00
Will McGugan
5028c6f451 remove dim filter 2023-09-09 20:44:40 +01:00
Will McGugan
b91ff6cfb7 Merge pull request #17 from Textualize/willmcgugan-patch-1
Update README.md
2023-09-07 10:59:07 +01:00
Will McGugan
9774a6317b Update README.md 2023-09-07 10:53:40 +01:00
Will McGugan
747bf35dba Update README.md 2023-09-07 10:38:23 +01:00
Will McGugan
8df5acc3fe Merge pull request #15 from Textualize/readme-typo-squish
README typo squish
2023-09-06 13:25:33 +01:00
Dave Pearson
f3ceeac8c3 URLS -> URLs 2023-09-06 11:16:50 +01:00
Dave Pearson
403eb78069 Fix README typos around htop
Also downcase htop and code-guard it.
2023-09-06 11:15:11 +01:00
Will McGugan
fb183def39 Update README.md 2023-09-06 11:13:48 +01:00
Will McGugan
0f5bcc1cb6 Update README.md 2023-09-06 10:54:47 +01:00
Will McGugan
d5a4a91015 Update README.md 2023-09-06 10:33:08 +01:00
Will McGugan
9374e368dc Merge pull request #14 from Textualize/prod-env
prod env by default
2023-09-06 10:30:10 +01:00
Will McGugan
2cd81053c7 Update README.md 2023-09-06 10:26:17 +01:00
Will McGugan
46a082fed6 Update README.md 2023-09-06 10:21:04 +01:00
Will McGugan
1872b30862 bump version 2023-09-05 15:56:16 +01:00
Will McGugan
3469cc2a31 prod env by default 2023-09-05 15:42:52 +01:00
Will McGugan
f5d34c0055 Update README.md 2023-09-05 14:26:41 +01:00
Will McGugan
4d018b3515 Merge pull request #13 from Textualize/dependancy-updates
fixed uvloop dependancy
2023-09-04 10:27:06 +01:00
Will McGugan
e413b2cff8 fixed uvloop dependancy 2023-09-04 10:25:56 +01:00
Will McGugan
eaffec958c Merge branch 'log-sessions' 2023-09-03 17:51:33 +01:00
Will McGugan
970fa093e8 Merge pull request #12 from Textualize/log-sessions
Log sessions
2023-09-03 17:50:17 +01:00
Will McGugan
7d40aa9d83 color tweak 2023-09-03 17:48:44 +01:00
Will McGugan
e49e0eab24 Added timer to Merlin 2023-09-03 17:35:13 +01:00
Will McGugan
4290e73cc2 capture forbidden errors 2023-09-03 17:01:30 +01:00
Will McGugan
5e381118aa catch send fails 2023-09-03 14:14:07 +01:00
Will McGugan
4910ca5d49 Merge pull request #11 from Textualize/merlin
Add merlin game
2023-08-31 16:22:57 +01:00
Will McGugan
d956e848a2 Update src/textual_web/apps/merlin.py
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
2023-08-31 16:22:50 +01:00
Will McGugan
cb932ed580 colorize labels 2023-08-31 15:02:48 +01:00
Will McGugan
db6f972f04 Add merlin game 2023-08-31 14:33:05 +01:00
Will McGugan
fcbd5035d5 fix env 2023-08-31 14:01:07 +01:00
Will McGugan
0cd0039617 Merge pull request #8 from Textualize/add-run-to-cli
Add `--run` to the CLI
2023-08-31 13:58:02 +01:00
Will McGugan
0c1d94c4c5 Merge pull request #7 from Textualize/ganglion-client-path
Fix path computation in ganglion client.
2023-08-31 13:55:19 +01:00
Will McGugan
445c999e7a Merge pull request #5 from Textualize/auto-generate-slugs
Make sure to generate slugs when needed.
2023-08-31 13:54:23 +01:00
Will McGugan
5487516cf3 Merge pull request #9 from Textualize/prod-env
prod environment
2023-08-31 13:51:32 +01:00
Will McGugan
788e64832a Merge pull request #1 from Textualize/rodrigogiraoserrao-patch-1
Update README.md
2023-08-31 13:50:08 +01:00
Will McGugan
73cba7fc27 Update README.md
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
2023-08-31 13:49:59 +01:00
Will McGugan
e24c22f9fd prod environment 2023-08-30 14:59:55 +01:00
Rodrigo Girão Serrão
15072ce029 Add --run option.
Related issues: #3.
This needs #4 and #6 to be fixed.
2023-08-29 18:58:35 +01:00
Rodrigo Girão Serrão
e551461452 Revert "Add --run option."
This reverts commit 125686a546.
2023-08-29 18:55:17 +01:00
Rodrigo Girão Serrão
125686a546 Add --run option.
Related issues: #3.
This needs #4 and #6 to be fixed.
2023-08-29 18:54:59 +01:00
Rodrigo Girão Serrão
53c7890b6b Fix path computation in ganglion client.
Related issues: #6.0
2023-08-29 18:52:51 +01:00
Rodrigo Girão Serrão
463f56f6a0 Make sure to generate slugs when needed. 2023-08-29 18:28:15 +01:00
Will McGugan
45e283c7ba Update README.md 2023-08-27 15:52:39 +01:00