From 5abed9483627456bcaeded761aaa5658c6373a5b Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Sat, 15 Feb 2025 23:54:59 +0000 Subject: [PATCH] feat(mise): add touchtyping practice tools * [`toipe`][0]: trusty terminal typing tester * [`tukai`][1]: terminal based touch typing application * [`ttyper`][2]: terminal base typing test [0]: https://github.com/Samyak2/toipe [1]: https://github.com/hlsxx/tukai [2]: https://github.com/max-niederman/ttyper --- config/mise/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 2b5e645..1c6f57a 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -27,7 +27,10 @@ "aqua:tilt-dev/tilt" = "0.33.22" "aqua:xo/usql" = "0.19.17" "pipx:aider-chat" = { version = "0.74.2", uvx_args = "--python 3.12.7" } +"ubi:Samyak2/toipe" = "0.5.0" +"ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.0.4" +"ubi:max-niederman/ttyper" = "1.6.0" elixir = "1.18.2" erlang = "27.2.2" go = "1.24.0" -- 2.47.2