From 088b4c2657766a68409872f999ab9e9005c3e426 Mon Sep 17 00:00:00 2001 From: jiro Date: Fri, 24 May 2019 18:36:14 +0900 Subject: [PATCH] Add package rect (#1081) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e5fa8b5..97f5634 100644 --- a/packages.json +++ b/packages.json @@ -13338,5 +13338,19 @@ "description": "Indie assembler/linker for Android's Dalvik VM .dex & .apk files", "license": "AGPL-3.0", "web": "https://github.com/akavel/dali" + }, + { + "name": "rect", + "url": "https://github.com/jiro4989/rect", + "method": "git", + "tags": [ + "cli", + "tool", + "text", + "rectangle" + ], + "description": "rect is a command to crop/paste rectangle text.", + "license": "MIT", + "web": "https://github.com/jiro4989/rect" } ]