Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Oct 18, 2017
1 parent 86e67af commit 920775f
Showing 1 changed file with 26 additions and 19 deletions.
45 changes: 26 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,47 +126,54 @@ There are a few optional arguments which can be seen by running
in your shell’s init file.

```
Usage of powerline-go:
Usage of /tmp/___Build_powerline_go_and_run:
-colorize-hostname
Colorize the hostname based on a hash of itself
Colorize the hostname based on a hash of itself
-cwd-max-depth int
Maximum number of directories to show in path
Maximum number of directories to show in path
(default 5)
-cwd-max-dir-size int
Maximum number of letters displayed for each directory in the path
Maximum number of letters displayed for each directory in the path
(default -1)
-cwd-mode string
How to display the current directory
How to display the current directory
(valid choices: fancy, plain, dironly)
(default "fancy")
-east-asian-width
Use East Asian Ambiguous Widths
Use East Asian Ambiguous Widths
-error int
Exit code of previously executed command
Exit code of previously executed command
-ignore-repos string
A list of git repos to ignore. Separate with ','
Repos are identified by their root directory.
-max-width int
Maximum width of the shell that the prompt may use, in percent. Setting this to 0 disables the shrinking subsystem.
Maximum width of the shell that the prompt may use, in percent. Setting this to 0 disables the shrinking subsystem.
(default 50)
-mode string
The characters used to make separators between segments.
(valid choices: patched, compatible, flat)
The characters used to make separators between segments.
(valid choices: patched, compatible, flat)
(default "patched")
-modules string
The list of modules to load. Separate with ','
(valid choices: cwd, docker, exit, git, hg, host, jobs, perms, root, ssh, time, user, venv)
The list of modules to load, separated by ','
(valid choices: aws, cwd, docker, dotenv, exit, git, gitlite, hg, host, jobs, perlbrew, perms, root, ssh, time, user, venv)
(default "venv,user,host,ssh,cwd,perms,git,hg,jobs,exit,root")
-newline
Show the prompt on a new line
Show the prompt on a new line
-priority string
Segments sorted by priority, if not enough space exists, the least priorized segments are removed first. Separate with ','
(valid choices: cwd, docker, exit, git-branch, git-status, hg, host, jobs, perms, root, ssh, time, user, venv)
Segments sorted by priority, if not enough space exists, the least priorized segments are removed first. Separate with ','
(valid choices: aws, cwd, docker, exit, git-branch, git-status, hg, host, jobs, perlbrew, perms, root, ssh, time, user, venv)
(default "root,cwd,user,host,ssh,perms,git-branch,git-status,hg,jobs,exit")
-shell string
Set this to your shell type
(valid choices: bare, bash, zsh)
Set this to your shell type
(valid choices: bare, bash, zsh)
(default "bash")
-theme string
Set this to the theme you want to use
(valid choices: default)
Set this to the theme you want to use
(valid choices: default, low-contrast)
(default "default")
-truncate-segment-width int
Minimum width of a segment, segments longer than this will be shortened if space is limited. Setting this to 0 disables it.
(default 16)
```


Expand Down

0 comments on commit 920775f

Please sign in to comment.