This commit is contained in:
2025-03-24 20:10:16 +01:00
parent 78ba495a2f
commit b506d568d2
2 changed files with 7 additions and 1 deletions

View File

@@ -33,6 +33,12 @@ tmux:
github: tmux/tmux
wasmer:
desc: 🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten
website: https://wasmer.io/
github: wasmerio/wasmer
zellij:
website: https://zellij.dev
desc: Zellij is a terminal workspace. It has the base functionality of a terminal multiplexer (similar to tmux or screen) but includes many built-in features that would allow users to extend it and create their own personalized environment.

View File

@@ -237,7 +237,7 @@ def doversions(options):
trace(rver)
print(f"{cli} | {lver} | {rver}")
else:
warn(f"{tool} not in catalog")
warn(f"{cli} not in catalog")
def doallversions(options):