We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6322c commit ae51a7bCopy full SHA for ae51a7b
1 file changed
src/ui/activityIndicator.ts
@@ -7,6 +7,7 @@ import chalk from 'chalk';
7
import { TipsBag } from './tips.js';
8
9
const DEFAULT_VERBS: string[] = [
10
+ // 70s computer geek
11
'Computing',
12
'Hacking',
13
'Compiling',
@@ -22,6 +23,12 @@ const DEFAULT_VERBS: string[] = [
22
23
'Demonizing',
24
'Forking',
25
'Spooling',
26
+ // Gandalf-inspired
27
+ 'Conjuring',
28
+ 'Summoning',
29
+ 'Delving',
30
+ 'Pondering',
31
+ 'Wandering',
32
];
33
34
const DEFAULT_SYMBOL = '✳';
0 commit comments