From 464601e99b929f1af8f26ca072e980ca36e5086a Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Thu, 30 Oct 2025 08:47:22 +0100 Subject: [PATCH 1/2] Simplify installation --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3a6773e..9a7b7fe 100644 --- a/README.md +++ b/README.md @@ -142,16 +142,11 @@ Four-level performance indicator: 1. Download the script: ```bash -curl -O https://raw.githubusercontent.com/wolfdenpublishing/pyccsl/main/pyccsl.py -chmod +x pyccsl.py +curl https://raw.githubusercontent.com/wolfdenpublishing/pyccsl/main/pyccsl.py -o ~/.claude/pyccsl.py +chmod +x ~/.claude/pyccsl.py ``` -2. Copy to Claude directory: -```bash -cp pyccsl.py ~/.claude/ -``` - -3. Configure Claude Code by editing `~/.claude/settings.json`: +2. Configure Claude Code by editing `~/.claude/settings.json`: ```json { "statusLine": { @@ -418,4 +413,4 @@ MIT License - See [LICENSE](LICENSE) file for details
**pyCCsl** - *pronounced "pixel"* - Made with ❤️ for the Claude Code Community -
\ No newline at end of file + From b27a6953039361352424e83cd54de250788c90c2 Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Thu, 30 Oct 2025 08:51:24 +0100 Subject: [PATCH 2/2] Simplify env example download Updated instructions for downloading the example .env file and removed redundant copy step. --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9a7b7fe..8e426d7 100644 --- a/README.md +++ b/README.md @@ -164,15 +164,10 @@ Use the `--env` option and you can change your status line at any time *while Cl 1. Download the example .env file: ```bash -curl -O https://raw.githubusercontent.com/wolfdenpublishing/pyccsl/main/pyccsl.env.example +curl https://raw.githubusercontent.com/wolfdenpublishing/pyccsl/main/pyccsl.env.example -o ~/.claude/pyccls.env ``` -2. Copy to Claude directory: -```bash -cp pyccsl.env.example ~/.claude/pyccls.env -``` - -3. Modify the hook command in `~/.claude/settings.json`: +2. Modify the hook command in `~/.claude/settings.json`: ```json { "statusLine": {