From 006f1afb36c308042280f5738619f5bde9c05ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Tue, 24 Dec 2024 16:03:58 +0100 Subject: [PATCH] Add bodev --- applications.ron | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/applications.ron b/applications.ron index fc6ebd1..d6a84d6 100644 --- a/applications.ron +++ b/applications.ron @@ -67,6 +67,12 @@ Applications( description: "linkding companion app for COSMICâ„¢", repo: "https://github.com/vkhitrin/cosmicding", image: "https://raw.githubusercontent.com/vkhitrin/cosmicding/main/res/screenshots/bookmarks.png" - ) + ), + ( + name: "bodev", + description: "Low level dev tools", + repo: "https://gitlab.com/sgued/bodev", + image: "https://bodev.sgued.fr/screenshot-ascii-light.png", + ), ] )