From d3fd72631d60e4c3853cc56073efddf7cd66787e Mon Sep 17 00:00:00 2001 From: Rik Huijzer Date: Mon, 20 Oct 2025 18:15:48 +0200 Subject: [PATCH] Add fx (#1704) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: Rabenherz112 --- software/fx.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 software/fx.yml diff --git a/software/fx.yml b/software/fx.yml new file mode 100644 index 0000000000..b298d15323 --- /dev/null +++ b/software/fx.yml @@ -0,0 +1,10 @@ +name: 'fx' +website_url: 'https://github.com/rikhuijzer/fx' +description: 'Micro-blog tool offering built-in syntax highlighting, mobile publishing and more (alternative to Twitter, Bluesky).' +licenses: + - MIT +platforms: + - Docker +tags: + - Blogging Platforms +source_code_url: 'https://github.com/rikhuijzer/fx'