From 834a9a0e72fc48cefc712901cb4cf9fbeb5e4817 Mon Sep 17 00:00:00 2001 From: Bindu Wavell Date: Sat, 15 Nov 2025 10:30:13 -0700 Subject: [PATCH] Add fetch instructions to pyccsl.py Added instructions for fetching the latest version. --- pyccsl.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyccsl.py b/pyccsl.py index 8371eb5..5f047a2 100644 --- a/pyccsl.py +++ b/pyccsl.py @@ -4,6 +4,9 @@ Generates a customizable status line for Claude Code showing performance metrics, git status, session information, and cost calculations. +Fetch latest with: +curl -O https://raw.githubusercontent.com/wolfdenpublishing/pyccsl/main/pyccsl.py + Exit Codes: 0 - Success 1 - Configuration/argument error @@ -1324,4 +1327,4 @@ def main(): return 0 if __name__ == "__main__": - sys.exit(main()) \ No newline at end of file + sys.exit(main())