mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-14 00:50:08 +00:00
More README updates
This commit is contained in:
parent
72858d5128
commit
e6b79e27ce
1 changed files with 10 additions and 11 deletions
21
README.md
21
README.md
|
@ -7,22 +7,21 @@ giving you the most epic terminal styling in the universe.
|
||||||
Look like a bad-ass. Impress everyone in 'Screenshot Your Desktop' threads. Use powerlevel9k.
|
Look like a bad-ass. Impress everyone in 'Screenshot Your Desktop' threads. Use powerlevel9k.
|
||||||
|
|
||||||
In addition to looking amazing, this theme actually provides a lot of useful
|
In addition to looking amazing, this theme actually provides a lot of useful
|
||||||
information.
|
information in configurable prompt segments.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* Shows lots of information about Git and Hg repositories, including:
|
* Supports `git` and `mercurial` repo information through OMZ's `VCS_INFO`:
|
||||||
* branch / tag name
|
* branch / tag name
|
||||||
* current action status (rebasing, merging, etc.,)
|
* current action status (rebasing, merging, etc.,)
|
||||||
* being behind / ahead of your remote
|
* being behind / ahead of your remote by some number of commits
|
||||||
* conditionally shows remote tracking branch if it differs from local
|
* conditionally shows remote tracking branch if the name differs from local
|
||||||
* various local working tree statuses
|
* various working tree statuses (e.g., unstaged, staged, etc.,)
|
||||||
* Shows command number in right-prompt (so you can `$ !<num>` to re-run)
|
* Shows return-code of the last command if it is an error code
|
||||||
* Shows return-code of command if it is an error code
|
* Indicates background jobs with a gear icon
|
||||||
* Shows system time in right-prompt
|
* Can conditionally display the `user@host` string when needed
|
||||||
* Indicates background jobs with a gear
|
* Provides segment for command history (so you can `$ !<num>` to re-run)
|
||||||
* Will conditionally display the `user@host` string
|
* Plenty of additional segments to choose from (e.g., AWS, ruby)
|
||||||
* Plenty of other segments you can enable if you want them (e.g., ruby, AWS)
|
|
||||||
* Can be used as a single or double-lined prompt (see screenshots below)
|
* Can be used as a single or double-lined prompt (see screenshots below)
|
||||||
* Several built-in color configurations to choose from
|
* Several built-in color configurations to choose from
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue