.\" Man page generated from reStructuredText. . .TH "POWERLINE" "1" "July 15, 2020" "beta" "Powerline" .SH NAME powerline \- Powerline prompt and statusline script. . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C \fBpowerline\fP \fIEXT\fP [\fISIDE\fP] [\fB\-r\fP\fIMODULE\fP] [\fB\-w\fP\fIWIDTH\fP] [\fB\-\-last\-exit\-code\fP=\fIINT\fP] [\fB\-\-last\-pipe\-status\fP=\fILIST\fP] [\fB\-\-jobnum\fP=\fIINT\fP] [\fB\-c\fP\fIKEY.KEY=VALUE\fP]… [\fB\-t\fP\fITHEME.KEY.KEY=VALUE\fP]… [\fB\-R\fP\fIKEY=VAL\fP]… [\fB\-p\fP\fIPATH\fP]… [\fB\-\-socket\fP=\fIADDRESS\fP] .ft P .fi .UNINDENT .UNINDENT .SH DESCRIPTION .INDENT 0.0 .TP .B \fIEXT\fP Extension: application for which powerline command is launched (usually \fBshell\fP or \fBtmux\fP). Also supports \fBwm.\fP extensions: \fBwm.awesome\fP\&. .TP .B \fISIDE\fP Side: \fBleft\fP and \fBright\fP represent left and right side respectively, \fBabove\fP emits lines that are supposed to be printed just above the prompt and \fBaboveleft\fP is like concatenating \fBabove\fP with \fBleft\fP with the exception that only one Python instance is used in this case. May be omitted for \fBwm.*\fP extensions. .TP \fB\-r\fP, \fB\-\-renderer\-module\fP \fIMODULE\fP Renderer module. Usually something like \fB\&.bash\fP or \fB\&.zsh\fP (with leading dot) which is \fBpowerline.renderers.{ext}{MODULE}\fP, may also be full module name (must contain at least one dot or end with a dot in case it is top\-level module) or \fBpowerline.renderers\fP submodule (in case there are no dots). .TP \fB\-w\fP, \fB\-\-width\fP \fIWIDTH\fP Maximum prompt with. Triggers truncation of some segments. .TP \fB\-\-last\-exit\-code\fP \fIINT\fP Last exit code. .TP \fB\-\-last\-pipe\-status\fP \fILIST\fP Like above, but is supposed to contain space\-separated array of statuses, representing exit statuses of commands in one pipe. .TP \fB\-\-jobnum\fP \fIINT\fP Number of jobs. .TP \fB\-c\fP, \fB\-\-config\-override\fP \fIKEY.KEY=VALUE\fP Configuration overrides for \fBconfig.json\fP\&. Is translated to a dictionary and merged with the dictionary obtained from actual JSON configuration: KEY.KEY=VALUE is translated to \fB{"KEY": {"KEY": VALUE}}\fP and then merged recursively. VALUE may be any JSON value, values that are not \fBnull\fP, \fBtrue\fP, \fBfalse\fP, start with digit, \fB{\fP, \fB[\fP are treated like strings. If VALUE is omitted then corresponding key is removed. .TP \fB\-t\fP, \fB\-\-theme\-override\fP \fITHEME.KEY.KEY=VALUE\fP Like above, but theme\-specific. THEME should point to an existing and used theme to have any effect, but it is fine to use any theme here. .TP \fB\-R\fP, \fB\-\-renderer\-arg\fP \fIKEY=VAL\fP Like above, but provides argument for renderer. Is supposed to be used only by shell bindings to provide various data like last\-exit\-code or last\-pipe\-status (they are not using \fB\-\-renderer\-arg\fP for historical reasons: \fB\-\-renderer\-arg\fP was added later). .TP \fB\-p\fP, \fB\-\-config\-path\fP \fIPATH\fP Path to configuration directory. If it is present then configuration files will only be sought in the provided path. May be provided multiple times to search in a list of directories. .TP \fB\-\-socket\fP \fIADDRESS\fP Socket address to use in daemon clients. Is always UNIX domain socket on linux and file socket on Mac OS X. Not used here, present only for compatibility with other powerline clients. This argument must always be the first one and be in a form \fB\-\-socket ADDRESS\fP: no \fB=\fP or short form allowed (in other powerline clients, not here). .TP \fB\-h\fP, \fB\-\-help\fP Display help and exit. .UNINDENT .SH AUTHOR .sp Written by Kim Silkebækken, Nikolay Pavlov, Kovid Goyal and contributors. The glyphs in the font patcher are created by Fabrizio Schiavi. .SH REPORTING BUGS .sp Report powerline bugs to \fI\%https://github.com/powerline/powerline/issues\fP\&. .SH SEE ALSO .sp \fBpowerline\-daemon(1)\fP, \fBpowerline\-config(1)\fP .\" Generated by docutils manpage writer. .