• Java 99%
  • TypeScript 1%
Find a file
Arnaud Fonce e6bc61bd87
Some checks are pending
Build / build-docs (push) Waiting to run
Build / build (push) Has started running
set correct url for git-cliffin ci
2026-03-21 23:16:40 +01:00
.forgejo/workflows set correct url for git-cliffin ci 2026-03-21 23:16:40 +01:00
src feat: add git-cliff provider 2026-03-20 16:18:51 +01:00
.gitignore (docs) correctly add vitepress cache in git ignore 2025-09-05 17:18:05 +02:00
cliff.toml build: create release ci workflow 2026-03-21 00:17:35 +01:00
LICENSE add LICENSE file with GPLv3 2025-03-27 16:05:38 +01:00
pom.xml test: multiple integration tests modes 2026-03-19 19:03:07 +01:00
README.md (Docs) small intro in readme 2025-04-25 17:43:46 +02:00

License: GPL v3

tsuru

The word tsūru (ツール) means tools in Japanese.

Intro

tsūru allows you to quickly install and use different versions of your SDKs and developer tools on Unix systems.

Main features :

  • install & update SDKs
  • set profiles to link multiple SDKs with one label
  • execute post install or update scripts

Example :

$ tsuru install jdk zulu 21
tsūru (ツール) - the tools manager - v0.0.1

Installing jdk zulu with version 21

 [1/4] 🔎 Looking for vendor version...  21.0.1 found ✅
 [2/4] 🚚 Downloading zulu21.30.15-ca-jdk21.0.1-linux_x64.zip...  ✅
 [3/4] 📦 Decompressing zulu21.30.15-ca-jdk21.0.1-linux_x64.zip...  ✅
 [4/4] 🔧 Setting environment...  ✅

✨ Done