From 1eaf8b269308166256e6b109fff6f6035b567f11 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 12 Apr 2026 00:34:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=95=20Add=20new=20files:=20justfile=20?= =?UTF-8?q?and=20meta.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- justfile | 11 +++++++++++ meta.json | 23 +++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 justfile create mode 100644 meta.json diff --git a/justfile b/justfile new file mode 100644 index 0000000..38a263e --- /dev/null +++ b/justfile @@ -0,0 +1,11 @@ +_: + @just --list + +alias p:=publish +alias pub:=publish + +# Publish +publish: + update-cheatsheet.ts + commit.ts + diff --git a/meta.json b/meta.json new file mode 100644 index 0000000..498397f --- /dev/null +++ b/meta.json @@ -0,0 +1,23 @@ +[ + { + "name": "duf", + "repo": "https://github.com/muesli/duf", + "description": "Disk Usage/Free Utility - a better 'df' alternative" + }, + { + "name": "mise", + "repo": "https://github.com/jdx/mise", + "description": "dev tools, env vars, task runner" + }, + { + "name": "uv", + "repo": "https://github.com/astral-sh/uv", + "description": "An extremely fast Python package and project manager, written in Rust." + }, + { + "name": "zb", + "aliases": "zerobrew", + "repo": "https://github.com/lucasgelfond/zerobrew", + "description": "A 5-20x faster experimental Homebrew alternative" + } +] \ No newline at end of file