From 5a79e42f682efa3d19a4a3c096403938b5cca478 Mon Sep 17 00:00:00 2001 From: Chris Antos Date: Sat, 7 Jun 2025 11:19:25 -0700 Subject: [PATCH] dirx: Add version 0.30 This adds `dirx` to the main scoop bucket, by user request. DirX is designed so that most command line options from the CMD `dir` command work the same, to make DirX mostly a drop-in replacement for `dir`. DirX adds features like nerd font icons for file types, color coding by file attributes or names, apply color scales to file sizes or dates, and much more. DirX is designed to be high performance. Dirx repo at: https://github.com/chrisant996/dirx User request: https://github.com/chrisant996/dirx/issues/10 --- bucket/dirx.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/dirx.json diff --git a/bucket/dirx.json b/bucket/dirx.json new file mode 100644 index 0000000000000..9094ec1322b37 --- /dev/null +++ b/bucket/dirx.json @@ -0,0 +1,23 @@ +{ + "version": "0.30", + "description": "DIR eXtended for Windows", + "homepage": "https://github.com/chrisant996/dirx", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/chrisant996/dirx/releases/download/v0.30/dirx-v0.30.zip", + "hash": "84dfe52c57f56050b955248d1a2f36c459843f75bee27b44bca93d8933b8fa27" + } + }, + "bin": "dirx.exe", + "checkver": { + "github": "https://github.com/chrisant996/dirx" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/chrisant996/dirx/releases/download/v$version/dirx-v$version.zip" + } + } + } +}