Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 6 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -169,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": {
Expand Down Expand Up @@ -418,4 +408,4 @@ MIT License - See [LICENSE](LICENSE) file for details

<div align="center">
**pyCCsl** - *pronounced "pixel"* - Made with ❤️ for the Claude Code Community
</div>
</div>