This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Claude Code Status Line Script | |
| # Displays project info and cost information from ccusage | |
| # Read JSON input from stdin | |
| input=$(cat) | |
| # Extract basic information | |
| folder=$(basename "$(echo "$input" | jq -r '.workspace.current_dir')") |