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