🆕 Add new files: justfile and meta.json

This commit is contained in:
2026-04-12 00:34:57 +08:00
parent fa0d6408dc
commit 1eaf8b2693
2 changed files with 34 additions and 0 deletions

11
justfile Normal file
View File

@@ -0,0 +1,11 @@
_:
@just --list
alias p:=publish
alias pub:=publish
# Publish
publish:
update-cheatsheet.ts
commit.ts

23
meta.json Normal file
View File

@@ -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"
}
]