From 6658b0130fe090f34f797f93f8a487b2aa305de6 Mon Sep 17 00:00:00 2001 From: Luca Di Maio Date: Thu, 22 Feb 2024 01:14:57 +0100 Subject: [PATCH] feat(opensource): added Distrobox Signed-off-by: Luca Di Maio --- awesome/opensource/data/distrobox.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 awesome/opensource/data/distrobox.json diff --git a/awesome/opensource/data/distrobox.json b/awesome/opensource/data/distrobox.json new file mode 100644 index 0000000..f89cc0a --- /dev/null +++ b/awesome/opensource/data/distrobox.json @@ -0,0 +1,21 @@ +{ + "name": "Distrobox", + "repository_platform": "github", + "repository_url": "https://github.com/89luca89/distrobox", + "site_url": "https://distrobox.it", + "description": "Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with", + "type": "tool", + "license": "GPL-3.0", + "tags": [ + "bash", + "command-line", + "containers", + "development", + "docker", + "linux", + "podman", + "posix", + "sh", + "tools" + ] +}