From 07ea349960a9cf06d11d20b5e8772968c0c24104 Mon Sep 17 00:00:00 2001 From: jiro Date: Fri, 27 Mar 2020 02:21:30 +0900 Subject: [PATCH] Added package rena (#1413) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fa50682..fa32197 100644 --- a/packages.json +++ b/packages.json @@ -17132,5 +17132,18 @@ "description": "OpenAL Utility Toolkit (ALUT)", "license": "LGPL-2.1", "web": "https://github.com/rmt/alut" + }, + { + "name": "rena", + "url": "https://github.com/jiro4989/rena", + "method": "git", + "tags": [ + "cli", + "command", + "rename" + ], + "description": "rena is a tiny fire/directory renaming command.", + "license": "MIT", + "web": "https://github.com/jiro4989/rena" } ]