From 981ec864e550d48bd971ddaddb75b298b5f709ad Mon Sep 17 00:00:00 2001 From: Paul Jarrett Date: Mon, 4 May 2026 06:09:06 -0400 Subject: [PATCH] trendy_terminal 0.0.6 (via `alr publish`) (#1896) --- .../trendy_terminal-0.0.6.toml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index/tr/trendy_terminal/trendy_terminal-0.0.6.toml diff --git a/index/tr/trendy_terminal/trendy_terminal-0.0.6.toml b/index/tr/trendy_terminal/trendy_terminal-0.0.6.toml new file mode 100644 index 00000000..f2799055 --- /dev/null +++ b/index/tr/trendy_terminal/trendy_terminal-0.0.6.toml @@ -0,0 +1,22 @@ +name = "trendy_terminal" +description = "Terminal options, setup, tab completion and hinting." +version = "0.0.6" +website = "https://github.com/pyjarrett/trendy_terminal" + +authors = ["Paul Jarrett"] +maintainers = ["Paul Jarrett "] +maintainers-logins = ["pyjarrett"] +licenses = "Apache-2.0" +tags = ["terminal", "command-line", "console", "vt100"] + +project-files = ["trendy_terminal.gpr"] + +[gpr-set-externals.'case(os)'] +windows = { Trendy_Terminal_Platform = "windows" } +linux = { Trendy_Terminal_Platform = "linux" } +macos = { Trendy_Terminal_Platform = "macos" } + +[origin] +commit = "b839446ae9d7b0344c50fd4bebaa4deaaf192d14" +url = "git+https://github.com/pyjarrett/trendy_terminal.git" +