Statusline Builder
Customize every single piece of data, define your own jq fields, and instantly generate your bash script.
> add retry logic to the upload handler
✓ Read src/lib/upload.ts
✓ Read src/lib/retry.ts
✓ Edit src/lib/upload.ts
Added exponential backoff to uploadFile() with 3 retries
and a 1s base delay. Failed attempts log the status code
before retrying.
and a 1s base delay. Failed attempts log the status code
before retrying.
▸ Running tests
statusline-command.sh