Skip to content

Commit ae51a7b

Browse files
committed
giving a bit of Gandalf LotR inspiring words
1 parent 7c6322c commit ae51a7b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/ui/activityIndicator.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import chalk from 'chalk';
77
import { TipsBag } from './tips.js';
88

99
const DEFAULT_VERBS: string[] = [
10+
// 70s computer geek
1011
'Computing',
1112
'Hacking',
1213
'Compiling',
@@ -22,6 +23,12 @@ const DEFAULT_VERBS: string[] = [
2223
'Demonizing',
2324
'Forking',
2425
'Spooling',
26+
// Gandalf-inspired
27+
'Conjuring',
28+
'Summoning',
29+
'Delving',
30+
'Pondering',
31+
'Wandering',
2532
];
2633

2734
const DEFAULT_SYMBOL = '✳';

0 commit comments

Comments
 (0)