feat(doc): Makefile for making screenshots
This commit is contained in:
parent
a251b6fe70
commit
4c506c9365
24 changed files with 25 additions and 27 deletions
37
README.md
37
README.md
|
|
@ -17,23 +17,14 @@ But we believe that the advantages of this design makes it worth the effort.
|
|||
Preview
|
||||
-------
|
||||
|
||||
If there is nothing special about the current context, the appearance of
|
||||
DotMatrix might be as simple as this:
|
||||
Using the (recommended) "chevron" preset:
|
||||
|
||||

|
||||
|
||||
A typical display of a slightly complex session would look like this:
|
||||
|
||||

|
||||

|
||||
|
||||
The DotMatrix theme also comes as several variants, changing the shape of the segments separators,
|
||||
like the (default) "dotmatrix" pixels:
|
||||
like the "slant" variant:
|
||||
|
||||

|
||||
|
||||
or the "slant" variant:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Design
|
||||
|
|
@ -72,7 +63,7 @@ For instance, in the following prompt, you can see that the user is in a Git rep
|
|||
- the rightmost blue "≠" indicates that there are some modifications waiting to be commited (hence the directional hint, from a diff to the branch).
|
||||
- the leftmost blue segment indicates that there are some commits that may be pushed to the remote (hence the directional hint, from the branch to the VCS symbol).
|
||||
|
||||

|
||||

|
||||
|
||||
The screenshot also shows that the last command ended in an error, hence the red-over-yellow error code.
|
||||
|
||||
|
|
@ -126,25 +117,25 @@ Variants needing a Nerd-fonts font:
|
|||
|
||||
- "chevron" (the recommended one):
|
||||
|
||||

|
||||

|
||||
|
||||
- "round":
|
||||
|
||||

|
||||

|
||||
|
||||
- "slant":
|
||||
|
||||

|
||||

|
||||
|
||||
Variants available with a regular font:
|
||||
|
||||
- "dotmatrix" (the default):
|
||||
|
||||

|
||||

|
||||
|
||||
- "text" (using only common characters):
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Configuration
|
||||
|
|
@ -204,14 +195,6 @@ A second set changes the colors:
|
|||
If set to false, this flag will configure a compact prompt,
|
||||
showing segments without extra spaces around their joints.
|
||||
|
||||
Example of a spaced prompt:
|
||||
|
||||

|
||||
|
||||
Example of a compact prompt:
|
||||
|
||||

|
||||
|
||||
|
||||
#### Specific features
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue