From 0607cfc3865c2a9dd4f3669bc2b4a700bfe30fd1 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Tue, 15 Oct 2024 09:16:38 -0500 Subject: [PATCH] :gear: Adds files-to-claude-xml and ignore errors --- home/justfile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/home/justfile b/home/justfile index 889893e..e39cc04 100644 --- a/home/justfile +++ b/home/justfile @@ -234,13 +234,14 @@ _homebrew-services-restart: just uv-python-install --reinstall @uv-tool-install *ARGS: - uv tool install --python {{ python_312 }} cogapp {{ ARGS }} - uv tool install --python {{ python_312 }} grip {{ ARGS }} - uv tool install --python {{ python_312 }} justpath {{ ARGS }} - uv tool install --python {{ python_312 }} pyright {{ ARGS }} - uv tool install --python {{ python_312 }} rich-cli {{ ARGS }} - uv tool install --python {{ python_312 }} ruff-lsp {{ ARGS }} - uv tool install --python {{ python_312 }} yt-dlp[default] {{ ARGS }} + -uv tool install --python {{ python_312 }} cogapp {{ ARGS }} + -uv tool install --python {{ python_312 }} files-to-claude-xml {{ ARGS }} + -uv tool install --python {{ python_312 }} grip {{ ARGS }} + -uv tool install --python {{ python_312 }} justpath {{ ARGS }} + -uv tool install --python {{ python_312 }} pyright {{ ARGS }} + -uv tool install --python {{ python_312 }} rich-cli {{ ARGS }} + -uv tool install --python {{ python_312 }} ruff-lsp {{ ARGS }} + -uv tool install --python {{ python_312 }} yt-dlp[default] {{ ARGS }} # ---------------------------------------------------------------- # Useful tailscale/golink shortcuts