From b0fc6a34a6e7e1c6c1927fcb696c377c9e238bcc Mon Sep 17 00:00:00 2001 From: "utensil (aider)" Date: Sun, 15 Dec 2024 23:00:04 +0800 Subject: [PATCH] docs: improve documentation for aider watch mode command --- justfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/justfile b/justfile index 6e5a080..9680c8d 100644 --- a/justfile +++ b/justfile @@ -479,12 +479,10 @@ prep-llm: aider *PARAMS: prep-llm aider {{PARAMS}} -# this works for AI! AI? ai! but it needs to be in a single-line comment -# if you want to work with another project -# you can -# 1. `just proj` to pick and open the project in a new kitty terminal -# 2. `just aider ../proj_name` to start aider in the project directory -# Improve the doc above AI! +# Uses aider in watch mode to actively monitor and assist with code changes. +# To work with other projects: +# 1. Use `just proj` to select and open a project in a new kitty terminal +# 2. Or use `just aider ../project_name` to start aider in another directory aw *PARAMS: just aider -v --watch-files {{PARAMS}}