Skip to content

Commit a18396b

Browse files
committed
Add disclaimer and author attribution to statusline.sh
1 parent 7709521 commit a18396b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

scripts/statusline.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
#!/bin/bash
2+
#
3+
# DISCLAIMER
4+
# ----------
5+
# Author: Sihao Liu
6+
#
7+
# This is a status line script for the CLI tool that happens to include
8+
# an RLCR status field tied to the Humanize plugin. It is included in
9+
# this repository solely for community sharing purposes.
10+
#
11+
# Provided AS-IS -- it serves as a reference and template only.
12+
# Only the final field (RLCR) is related to this repository; the rest
13+
# is generic session information. Future updates to the Humanize plugin
14+
# will generally not involve changes to this script.
15+
#
216
# Claude Code Status Line - Display usage information
317
# Format: <model> [<cwd>] <branch> | $X.XX @ Xh:Ym:Zs | lines: +X, -X | Session: <name> | Fast: <On/Off> | RLCR: <status>
418

0 commit comments

Comments
 (0)