• Java 99.1%
  • TypeScript 0.9%
Find a file
Arnaud Fonce 3cb4c0a345
All checks were successful
Build / build (push) Successful in 5m21s
Build / build-docs (push) Successful in 48s
add missing licence headers
2026-04-08 12:21:47 +02:00
.forgejo/workflows typo correction in ci workflow 2026-03-30 17:32:54 +02:00
src add missing licence headers 2026-04-08 12:21:47 +02:00
.gitignore (docs) correctly add vitepress cache in git ignore 2025-09-05 17:18:05 +02:00
CHANGELOG.md chore(release): prepare for 0.2.1 2026-03-30 15:40:10 +00: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 chore(release): prepare for 0.2.1 2026-03-30 14:22:19 +00:00
README.md docs: update getting started using only existing installation methods 2026-04-08 11:45:40 +02:00

License: GPL v3

tsūru

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