diff options
| author | jiro <jiroron666@gmail.com> | 2019-05-24 18:36:14 +0900 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-05-24 11:36:14 +0200 |
| commit | 088b4c2657766a68409872f999ab9e9005c3e426 (patch) | |
| tree | a8cbf2267375952148eab921ce06e43aac115f33 | |
| parent | 1ec87a75c54cd08b11f8cab78743dcf0fda71e84 (diff) | |
| download | packages-088b4c2657766a68409872f999ab9e9005c3e426.tar.gz packages-088b4c2657766a68409872f999ab9e9005c3e426.zip | |
Add package rect (#1081)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
