Jan De Dobbeleer
57f18f8ed2
feat(block): allow force rendering
...
resolves #6002
2024-12-14 16:16:03 +01:00
Tucker Beck
b4fe0a09ce
feat(block): allow templates for filler text
...
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Release / msi (arm64) (push) Blocked by required conditions
Release / msi (x64) (push) Blocked by required conditions
Release / msi (x86) (push) Blocked by required conditions
Release / cdn (arm64) (push) Blocked by required conditions
Release / cdn (x64) (push) Blocked by required conditions
Release / cdn (x86) (push) Blocked by required conditions
Release / release (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
This change allows the user to specify a template for filler so that
different behavior can be configured when the block is handling an
overflow.
An example configuration might be:
```yaml
- type: prompt
alignment: right
filler: "{{ if .Overflow }} {{ else }}<#3d59a1,transparent>━</>{{ end }}"
overflow: break
```
This would draw filler text ("-") when there is no overflow and empty
space when there is an overflow.
2024-11-28 19:49:48 +01:00
Jan De Dobbeleer
4ac1033706
refactor: move exclude/include folders to segment root
2024-11-04 12:15:40 +01:00
Jan De Dobbeleer
404f4e0f31
docs: use Config component instead of raw JSON
2024-11-04 12:15:40 +01:00
Jan De Dobbeleer
a24d6a59a7
docs(block): remove incorrect code tag
...
Code QL / code-ql (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
resolves #5408
2024-08-04 20:38:09 +02:00
Jan De Dobbeleer
cdfd249b28
fix(bash): remove rprompt support
...
BREAKING CHANGE: rprompt is no longer supported for bash due to too many
side effects that have no solution in sight.
2024-07-22 09:22:10 +02:00
Jan De Dobbeleer
c5195f6668
fix(bash): correctly align multiline prompt
...
relates to #5308
2024-07-22 09:22:10 +02:00
Jan De Dobbeleer
34a9b62a16
docs(block): add context for enable_cursor_positioning
2024-07-14 07:50:45 +02:00
Jan De Dobbeleer
6ee743793a
feat(block): allow leading and trailing diamond
...
relates to #5121
2024-06-21 13:52:57 +02:00
Jan De Dobbeleer
4ff2dd233e
docs: add all supported config formats
2023-03-31 21:17:00 +02:00
Jan De Dobbeleer
bb15f078bb
feat: support tcsh
...
resolves #3500
2023-02-17 10:17:52 +01:00
Jan De Dobbeleer
221b2d7d51
feat(shell): restore line logic for zsh and bash
2023-02-02 19:47:14 +01:00
Jan De Dobbeleer
bc21ba3aef
fix(shell): do not fetch cursor position using ANSI
...
resolves #3434
2023-02-01 10:42:04 +01:00
Jan De Dobbeleer
481878262b
feat: ignore empty header line on clear
...
relates to #3388
2023-01-25 16:14:41 +01:00
Jan De Dobbeleer
3057e474d7
docs: tables for data
...
this look a lot better
2022-09-16 16:35:44 +02:00
Jan De Dobbeleer
f403db826f
feat: hide/break right aligned block on overflow
...
resolves #2442
2022-06-27 19:48:00 +02:00
ehawman-rosenberg
1aa7e058f8
docs: yaml/toml documentation
2022-06-04 19:56:59 +02:00
Jan De Dobbeleer
9f65375b6a
docs: rename all to mdx
2022-06-03 20:42:25 +02:00