94 Commits
Author SHA1 Message Date
Jan De DobbeleerandJan De Dobbeleer 4a2d9958f1 fix(pwsh): never output BOM for init scripts 2026-02-22 15:30:49 +01:00
JamBalaya56562andJan De Dobbeleer 897e7b525d fix(markdown): use markdownlint-cli2.yaml configuration 2026-01-24 10:09:04 +01:00
JamBalaya56562andJan De Dobbeleer 999a3a7b3a ci: use DavidAnson markdown lint GitHub Actions 2026-01-03 21:06:22 +01:00
JamBalaya56562andJan De Dobbeleer f3c048edda docs: use md instead of mdx and lint them 2025-12-30 08:07:59 +01:00
Jan De DobbeleerandJan De Dobbeleer aaf01cfeab chore(launch): remove deprecated print command 2025-10-13 07:52:09 +02:00
L. YeungandJan De Dobbeleer b2eae3bd6f chore: remove a redundant newline 2025-10-03 14:50:04 +02:00
Jan De DobbeleerandJan De Dobbeleer 3633ed1632 fix(launch): remove deprecated prompt arg 2025-10-02 12:29:35 +02:00
Jan De DobbeleerandJan De Dobbeleer c93e5f24dc chore(ai): structure instructions better 2025-09-18 16:18:27 +02:00
Jan De Dobbeleer 2615436a85 feat(dsc): add support 2025-08-09 12:30:06 +02:00
JamBalaya56562andJan De Dobbeleer 358676166e chore(vscode): sort extensions alphabetically 2025-08-05 13:09:06 +02:00
Jan De DobbeleerandJan De Dobbeleer 386971a3e9 perf(template): use pool instead of instances 2025-07-29 13:42:00 +02:00
Jan De DobbeleerandJan De Dobbeleer 031f080935 chore(lint): remove --fast flag from golangci-lint 2025-07-24 09:10:15 +02:00
Jan De Dobbeleer 8529f9b308 chore(export): migrate to module 2025-07-15 17:24:41 +02:00
Jan De DobbeleerandJan De Dobbeleer aae572f1d4 feat(ytdma): consume from companion API
resolves #5401
2025-06-17 09:12:03 +02:00
Jan De DobbeleerandJan De Dobbeleer b241dbc9a6 chore: remove personal launch config 2025-04-30 15:10:07 +02:00
Jan De DobbeleerandJan De Dobbeleer 077d11f681 feat(cli): add download progress bars
resolves #6358
2025-04-26 08:25:07 +02:00
Jan De DobbeleerandJan De Dobbeleer 9b3af17202 feat(segment): allow force rendering 2025-04-01 19:52:38 +02:00
Jan De DobbeleerandJan De Dobbeleer aa2fd477cd chore(launch): remove local setting 2025-03-12 08:49:42 +01:00
Jan De DobbeleerandJan De Dobbeleer 93649abc21 feat(template): add global Version property 2025-02-27 08:48:41 +01:00
L. YeungandJan De Dobbeleer 0077f8f7df chore: add recommended VS Code extensions 2024-09-09 06:27:08 +02:00
Jan De Dobbeleer 7e5717bc2a chore(launch): add notice configuration 2024-08-21 09:50:37 +02:00
Jan De DobbeleerandJan De Dobbeleer ffd961fc6c feat(cache): split session and device cache 2024-07-25 21:03:10 +02:00
Jan De DobbeleerandJan De Dobbeleer b356900c30 feat(font): cache font list
resolves #5300
2024-07-22 09:22:10 +02:00
Jan De DobbeleerandJan De Dobbeleer a0d2289aec feat(cli): add upgrade command 2024-06-01 16:59:48 +02:00
Jan De DobbeleerandJan De Dobbeleer 05fe2e4159 chore(launch): add config export 2024-03-11 13:20:49 +01:00
Jan De DobbeleerandJan De Dobbeleer efe7398799 docs: update to docusaurus V3 2023-11-19 19:14:25 +01:00
Warren BuckleyandJan De Dobbeleer 2c7e6b26a3 chore(codespaces): replace deprecated TOML extension 2023-09-23 22:30:08 +02:00
Jan De DobbeleerandJan De Dobbeleer f47da9592f feat(exit): implement pipestatus
BREAKING CHANGE: exit segment is now called status segment.

The exit keyword is now deprecated and will be removed in a future
release. Please use the status keyword instead:

```diff
"segments": {
    {
-     "type": "exit"
+     "type": "status"
    }
}
```

Additionally, the status segment configuration has changed to support
$PIPESTATUS. You can include a status template to customize the
rendering of each individual status code (supported in fish, zsh and
bash).

```json
"segments": {
    {
        "type": "status",
        "properties": {
            "status_template": "{{ if gt .Code 0 }}\uf071{{ else }}\uf00c{{ end }}",
            "status_separator": " "
        }
    }
}
```

In case no $PIPESTATUS is available, the status segment will fall back
to the exit code of the last command using the status template
for rendering.

The `{{ .Meaning }}` property has been marked as deprecated and can be
replaced with `{{ reason .Code }}`, allowing it to be reused in
cross segment templates.

resolves #4070
2023-07-24 11:46:33 +02:00
Jan De DobbeleerandJan De Dobbeleer d005bae4f4 feat: add version -v
resolves #4014
2023-07-02 21:11:01 +02:00
Jan De DobbeleerandJan De Dobbeleer 2606031c76 fix(yaml): parse uint64 to int
resolves #3861
2023-05-17 20:18:18 +02:00
Jan De DobbeleerandJan De Dobbeleer c34e39c4ed fix(block): adjust trailing diamond color overrides
resolves #3850
2023-05-17 09:51:38 +02:00
Jan De Dobbeleer 98529e4a79 chore(social): remove mastodon and fix bluesky 2023-05-04 10:36:07 +02:00
Jan De DobbeleerandJan De Dobbeleer 865281e844 chore: align dev build with prod 2023-02-28 20:13:20 +01:00
jan De DobbeleerandJan De Dobbeleer ae0c643d82 chore: remove config reference 2023-02-08 20:44:24 +01:00
jan De DobbeleerandJan De Dobbeleer 76c7ea536b fix(config): migrate glyphs correctly for all formats 2023-02-08 13:44:41 +01:00
Jan De DobbeleerandJan De Dobbeleer a172c7a5ef feat: migrate v3 Nerd Font glyphs 2023-01-27 15:18:43 +01:00
Jan De DobbeleerandJan De Dobbeleer 7dbc3c96ea fix(cycle): cycle in a loop 2023-01-11 13:49:46 +01:00
Jan De DobbeleerandJan De Dobbeleer edb3842db7 chore: remove local debug setting 2023-01-06 11:02:37 +01:00
Jan De DobbeleerandJan De Dobbeleer b5bb060641 fix(compare): support int64
resolves #3309
2023-01-05 21:00:22 +01:00
Jan De DobbeleerandJan De Dobbeleer 2cc768d522 chore(launch): remove default config reference 2022-11-24 11:42:08 +01:00
Jan De DobbeleerandJan De Dobbeleer 63bb1b4729 feat(cli): toggle segments on/off
resolves #3086
2022-11-17 20:58:00 +01:00
Jan De DobbeleerandJan De Dobbeleer 9e0244bc24 chore: launch API correctly 2022-07-12 20:53:09 +02:00
Jan De DobbeleerandJan De Dobbeleer 8c44eace50 revert: debug theme is json 2022-06-03 20:30:05 +02:00
ehawman-rosenbergandJan De Dobbeleer f480533a7a feat(theme)!: migrate devious-diamonds to YAML
BREAKING CHANGE: Extension change from "json" to "yaml" necessitates changes in init params
2022-06-03 20:23:20 +02:00
Jan De DobbeleerandJan De Dobbeleer 7eff25cddc fix(image): do not break on overline
relates to #2312
2022-05-23 08:29:57 +02:00
Jan De DobbeleerandJan De Dobbeleer 3279821d0b feat(cli): get accent color 2022-05-22 19:31:15 +02:00
Jan De Dobbeleer e716d3040e refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
L. YeungandJan De Dobbeleer c742bff144 docs: revise some details 2022-05-08 18:50:45 +02:00
Jan De DobbeleerandJan De Dobbeleer 6cc4160ddf refactor: use default theme in debug 2022-05-06 12:28:48 +02:00
Jan De DobbeleerandJan De Dobbeleer 482c997413 feat: reference segments properties cross segment
resolves #2208
2022-05-06 12:28:48 +02:00