From 0884dd88d6ad184e82ae29636ffeb60285216ca0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 20 Jan 2025 17:44:17 -0800 Subject: [PATCH] docs: Update usage documentation for config & text files --- aider/website/docs/usage/not-code.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/aider/website/docs/usage/not-code.md b/aider/website/docs/usage/not-code.md index caebb6675..5abce95ce 100644 --- a/aider/website/docs/usage/not-code.md +++ b/aider/website/docs/usage/not-code.md @@ -4,7 +4,7 @@ nav_order: 901 description: Edit configuration files, documentation, and other text-based formats. --- -# Editing Configuration and Text Files +# Editing config & text files Aider isn't just for code! Here are practical examples of modifying common config/text files: @@ -91,18 +91,6 @@ hosts + 127.0.0.1 track.analytics.co ``` -## Cron Jobs -```bash -$ aider mycron - -Added mycron to the chat. -──────────────────────────────────────────────────────────────── -mycron -> Add daily backup at 2am and weekly log rotation - -+ 0 2 * * * /usr/local/bin/backup --incremental -+ 0 3 * * 6 /usr/sbin/logrotate /etc/logrotate.conf -``` ## Editor Configs ```bash @@ -156,10 +144,10 @@ README.md + ## Installation + ```bash + # Homebrew -+ brew install aider ++ brew install cool-app-10k + + # PyPI -+ pipx install aider-chat ++ pipx install cool-app-10k + ``` ``` @@ -180,4 +168,4 @@ pom.xml + ``` -> **Note**: Aider works with any text-based format. For system files requiring elevated privileges, use `sudo aider` as needed. +