Fossil
Onofficiรซle Beta-vertaling
Deze pagina is vertaald door PageTurner AI (beta). Niet officieel goedgekeurd door het project. Een fout gevonden? Probleem melden โ
Watโ
Toont Fossil-informatie wanneer in een Fossil-repository.
Voorbeeldconfiguratieโ
- json
- yaml
- toml
{
"type": "fossil",
"style": "powerline",
"powerline_symbol": "๎ฐ",
"foreground": "#193549",
"background": "#ffeb3b"
}
type: fossil
style: powerline
powerline_symbol: ๎ฐ
foreground: "#193549"
background: "#ffeb3b"
type = "fossil"
style = "powerline"
powerline_symbol = "๎ฐ"
foreground = "#193549"
background = "#ffeb3b"
Optiesโ
| Name | Type | Default | Description |
|---|---|---|---|
native_fallback | boolean | false | when set to true and fossil.exe is not available when inside a WSL2 shared Windows drive, we will fallback to the native fossil executable to fetch data. Not all information can be displayed in this case |
Template (informatie)โ
standaardtemplate
\ue725 {{.Branch}} {{.Status.String}}
Eigenschappenโ
| Name | Type | Description |
|---|---|---|
.Status | FossilStatus | changes in the worktree (see below) |
.Branch | string | current branch |
FossilStatusโ
| Name | Type | Description |
|---|---|---|
.Modified | int | number of edited, updated and changed files |
.Deleted | int | number of deleted files |
.Added | int | number of added files |
.Moved | int | number of renamed files |
.Conflicted | int | number of conflicting files |
.Changed | boolean | if the status contains changes or not |
.HasConflicts | boolean | if the status contains conflicts or not |
.String | string | a string representation of the changes above |
Lokale wijzigingen gebruiken de volgende syntax:
| Icon | Description |
|---|---|
+ | added |
! | conflicted |
- | deleted |
~ | modified |
> | moved |