You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unrecognized modules will be invoked as 'powerline-go-MODULE' executable plugins and should output a (possibly empty) list of JSON objects that unmarshal to powerline-go's Segment structs.
Unrecognized modules will be invoked as 'powerline-go-MODULE' executable plugins and should output a (possibly empty) list of JSON objects that unmarshal to powerline-go's Segment structs.
260
260
-newline
261
261
Show the prompt on a new line
@@ -268,7 +268,7 @@ Usage of powerline-go:
268
268
Use '~' for your home dir. You may need to escape this character to avoid shell substitution.
269
269
-priority string
270
270
Segments sorted by priority, if not enough space exists, the least priorized segments are removed first. Separate with ','
"Unrecognized modules will be invoked as 'powerline-go-MODULE' executable plugins and should output a (possibly empty) list of JSON objects that unmarshal to powerline-go's Segment structs.")),
137
137
ModulesRight: flag.String(
138
138
"modules-right",
139
139
strings.Join(defaults.ModulesRight, ","),
140
140
comments("The list of modules to load anchored to the right, for shells that support it, separated by ','",
"Unrecognized modules will be invoked as 'powerline-go-MODULE' executable plugins and should output a (possibly empty) list of JSON objects that unmarshal to powerline-go's Segment structs.")),
143
143
Priority: flag.String(
144
144
"priority",
145
145
strings.Join(defaults.Priority, ","),
146
146
commentsWithDefaults("Segments sorted by priority, if not enough space exists, the least priorized segments are removed first. Separate with ','",
0 commit comments