mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-27 05:46:34 +02:00
spinner: capitalize working-line phrases
Sentence-case looks better in the TUI status area than all-lowercase.
This commit is contained in:
parent
ef93175bf9
commit
9b4f4da559
1 changed files with 25 additions and 25 deletions
|
|
@ -25,31 +25,31 @@ type spinner struct {
|
|||
// craftsman-style aphorisms are folded in among the irreverent lines
|
||||
// for a bit of contrast — the rotation never feels too uniform.
|
||||
var funnyWorkingLines = []string{
|
||||
"thinking",
|
||||
"reticulating splines",
|
||||
"bribing the tokenizer",
|
||||
"asking the rubber duck",
|
||||
"summoning daemons",
|
||||
"consulting the oracle",
|
||||
"herding tokens",
|
||||
"compiling excuses",
|
||||
"poking the model",
|
||||
"negotiating with rate limits",
|
||||
"picking a fight with syntax",
|
||||
"reading between the bits",
|
||||
"tasting the semicolons",
|
||||
"pretending to understand the code",
|
||||
"petting the cache",
|
||||
"drafting clever replies",
|
||||
"warming up the GPU choir",
|
||||
"arguing with a stack trace",
|
||||
"googling the answer (not really)",
|
||||
"rewriting history",
|
||||
"every draft is a stone in the work",
|
||||
"bringing order to the unhewn",
|
||||
"finding the load-bearing measure",
|
||||
"where clarity grows, work grows lighter",
|
||||
"every correction serves the work",
|
||||
"Thinking",
|
||||
"Reticulating splines",
|
||||
"Bribing the tokenizer",
|
||||
"Asking the rubber duck",
|
||||
"Summoning daemons",
|
||||
"Consulting the oracle",
|
||||
"Herding tokens",
|
||||
"Compiling excuses",
|
||||
"Poking the model",
|
||||
"Negotiating with rate limits",
|
||||
"Picking a fight with syntax",
|
||||
"Reading between the bits",
|
||||
"Tasting the semicolons",
|
||||
"Pretending to understand the code",
|
||||
"Petting the cache",
|
||||
"Drafting clever replies",
|
||||
"Warming up the GPU choir",
|
||||
"Arguing with a stack trace",
|
||||
"Googling the answer (not really)",
|
||||
"Rewriting history",
|
||||
"Every draft is a stone in the work",
|
||||
"Bringing order to the unhewn",
|
||||
"Finding the load-bearing measure",
|
||||
"Where clarity grows, work grows lighter",
|
||||
"Every correction serves the work",
|
||||
}
|
||||
|
||||
// spinnerFrames is the cli-spinners "dots3" preset — a 10-frame
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue