From 25718e600585b43bbce0a9c3d6e1920590b48da6 Mon Sep 17 00:00:00 2001 From: Danis <68812119+ANSI-D@users.noreply.github.com> Date: Wed, 23 Jul 2025 09:33:04 +0000 Subject: [PATCH] Update packages.json (#3081) Added NiFE - Nim File Explorer --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 43e5e4d..9c52b22 100644 --- a/packages.json +++ b/packages.json @@ -35822,5 +35822,21 @@ "description": "Nim client for the MyIP (https://my-ip.io) API", "license": "GPL-3.0-only", "web": "https://github.com/nemuelw/myip" + }, + { + "name": "nife", + "url": "https://github.com/ANSI-D/NiFE", + "method": "git", + "tags": [ + "file-manager", + "terminal-based", + "linux", + "files", + "unix" + ], + "description": "A simple terminal file manager for Linux and MacOS inspired by Ranger FM", + "license": "GPL-3.0-only", + "web": "https://github.com/ANSI-D/NiFE" } + ]