Added showcase in README

This commit is contained in:
Ulysse Cura 2025-10-28 01:20:19 +01:00
parent 14423a6dd1
commit 753a048d97
3 changed files with 45 additions and 0 deletions

View File

@ -4,6 +4,8 @@
This CommandPrompt is an *highly* customised prompt for bash This CommandPrompt is an *highly* customised prompt for bash
![showcase](https://gitea.skadubpc.net/ulysse/CommandPrompt/raw/branch/main/media/PromptShowcase.gif)
It show the time, user, current directory and an info. It show the time, user, current directory and an info.
The info is an icon if pwd is in the configured special folders (see more below). The info is an icon if pwd is in the configured special folders (see more below).
However if pwd is in the directory or sub-directory of a project, it will find by probabilities However if pwd is in the directory or sub-directory of a project, it will find by probabilities
@ -31,6 +33,49 @@ and calling with **source** the file at the end of your .bashrc or .profile depe
If your system is in a different language you can change the special folder names direcly at the beginning If your system is in a different language you can change the special folder names direcly at the beginning
of the file. of the file.
It is recommended to have a nerd font installed for the icons
and to personalize your terminal colors instead of modifying it in the script.
The terminal used in showcase is kitty, here are the colors used :
```Bash
cursor #B3B1AC
foreground #BFBDC0
background #151416
# black
color0 #151416
color8 #5E5C64
# red
color1 #2C312C
color9 #2C312C
# green
color2 #324637
color10 #324637
# yellow
color3 #375A47
color11 #375A47
# blue
color4 #45745A
color12 #45745A
# magenta
color5 #78A486
color13 #78A486
# cyan
color6 #B3C5B5
color14 #B3C5B5
# white
color7 #D0CFCC
color15 #FFFFFF
```
## Internal commands ## Internal commands
This command prompt include 2 internal command that you can call manually if you want to This command prompt include 2 internal command that you can call manually if you want to

BIN
media/PromptShowcase.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB