Commit graph

53 commits

Author SHA1 Message Date
Jan De Dobbeleer 9e0244bc24 chore: launch API correctly 2022-07-12 20:53:09 +02:00
Jan De Dobbeleer 8c44eace50 revert: debug theme is json 2022-06-03 20:30:05 +02:00
ehawman-rosenberg 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 Dobbeleer 7eff25cddc fix(image): do not break on overline
relates to #2312
2022-05-23 08:29:57 +02:00
Jan 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. Yeung c742bff144 docs: revise some details 2022-05-08 18:50:45 +02:00
Jan De Dobbeleer 6cc4160ddf refactor: use default theme in debug 2022-05-06 12:28:48 +02:00
Jan De Dobbeleer 482c997413 feat: reference segments properties cross segment
resolves #2208
2022-05-06 12:28:48 +02:00
Jan De Dobbeleer 64196fe6ad fix: override config on init
resolves #2180
2022-04-28 21:01:43 +02:00
L. Yeung c37733e3ec refactor(pwsh): purify global scope and environment 2022-04-21 13:05:52 +02:00
Jan De Dobbeleer 8db4d47e45 fix: correct escape sequence replacement 2022-04-03 20:44:23 +02:00
Jan De Dobbeleer e1a1febc79 feat(pwsh): expose errorcode to transient prompt 2022-03-25 08:54:56 +01:00
lnu 96df24789d fix(cli): check for empty args(cache/get) 2022-03-21 06:48:46 +01:00
Jan De Dobbeleer 6e3c1af164 refactor(cli): isolate debug command 2022-03-16 17:26:40 +01:00
Jan De Dobbeleer 10d56a8551 refactor(cli): migrate to cobra 2022-03-12 23:05:57 +01:00
Jan De Dobbeleer 0d366149b9 feat: query all window titles for app info
resolves #1354
2022-03-06 19:28:35 +01:00
Jan De Dobbeleer a3a9b17f1e fix(cmd): insert executable name to avoid spaces in path
relates to #1852
2022-03-02 08:17:38 +01:00
Jan De Dobbeleer a0d4fc6cba feat: colorise filler 2022-02-12 18:48:08 +01:00
Jan De Dobbeleer 57d481c9b4 fix: parse error text when silent fail
resolves #1739
2022-02-10 19:48:08 +01:00
Jan De Dobbeleer 0373d2c507 feat(config): migrate deprecated keys 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer 0e056cd50d feat(template): hyperlink functions 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer f512df208a feat: expose environment info to all templates 2022-01-13 20:15:04 +01:00
Jan De Dobbeleer d107f0af1c
docs: api debug settings 2022-01-09 20:24:47 +01:00
lnu d3c3dea1d7 feat(language): parameter for version detection
applied to angular segment to read version from package.json
2021-12-09 16:01:10 +01:00
Jan De Dobbeleer 89e2c28192 chore: docs run task 2021-11-30 08:28:27 +01:00
Jan De Dobbeleer 0ee320491d chore: add commit info to regular build 2021-11-27 13:39:40 +01:00
Jan De Dobbeleer 5730451965 chore: build on multiline commit message 2021-11-27 13:39:40 +01:00
lnu 435e362256 feat(language): add configurable extensions 2021-11-26 13:09:02 +01:00
Jan De Dobbeleer d31a24c654 chore: fix devcontainer setup 2021-11-26 12:07:41 +01:00
Yehor Borkov 9ecd7c09a4
feat(palette): a map of named color values
introducing a map of named standard color
values that can be referenced in theme segments
2021-11-22 15:25:56 +01:00
Alan Fregtman 9bba2bf909
feat(devcontainer): deploy OMP to all shells, 2021-11-20 13:45:51 +01:00
Jan De Dobbeleer 915d2796fe chore(vscode): adjust linter settings 2021-11-05 09:09:17 +01:00
lnu 4a088a5a1c chore: go tools settings updated
golanci-lint update to analyze package
organize import on save
2021-11-03 11:07:36 +02:00
Alan Fregtman df52ccdb6a
fix(vscode): remove deprecated extensions 2021-10-31 18:21:40 +01:00
lnu e6cb3a5608 chore: devcontainer cleaning
not needed forwarded port removed
powershell extensions added to recommended list
golang.go instead of golang.go-nightly
2021-10-18 18:11:35 +02:00
lnu 0bd33c6d21 feat: devcontainer config for vscode
allows to develop inside a container from vscode
persion pinned to bullseye/1.17
pwsh, fish, bash and zsh installed
pwsh set as default shell
default build task added
2021-10-18 16:12:51 +02:00
Jan De Dobbeleer 7bb0c9ae0b refactor(tooltips): better invocation for pwsh 2021-06-22 08:42:35 +02:00
Jan De Dobbeleer dcada48c9d feat: tooltip support 2021-06-13 19:46:02 +02:00
Jan De Dobbeleer b9906b2f7a feat: hide rprompt when the prompt is too large
relates to #715
2021-05-23 07:28:10 +02:00
Jan De Dobbeleer 5e9b04ae2f revert: hide rprompt when the prompt is too large
This reverts commit a8d4e51d54.
2021-05-22 21:20:54 +02:00
Jan De Dobbeleer a8d4e51d54 feat: hide rprompt when the prompt is too large
relates to #715
2021-05-22 20:25:43 +02:00
Jan De Dobbeleer c24ca82f17 feat: newline as part of block
this deprecates the "newline" block and favours using the newline
property on the Block component. For backwards compatibility we'll
keep recognizing the newline block for the time being.

resolves #607
2021-04-21 19:54:43 +02:00
Jan De Dobbeleer 212721c9e3 fix(battery): better state mapping
relates to #644
2021-04-16 07:54:05 +02:00
Jan De Dobbeleer afb69b4229 feat: export image of the current theme 2021-04-11 10:53:10 +02:00
lnu bb6a90a867 feat: toml intellisense + recommended extensions for toml and yaml 2021-04-05 14:05:08 +02:00
lnu 36e69a1f7e chore: launch.json args syntax 2020-12-29 21:47:04 +01:00
lnu d0055682ad chore: set golangci-lint as linter
Same as in the CI process
2020-12-29 21:47:04 +01:00
lnu ed8fb232ce chore: recommended vscode extensions
Go, test explorer, github, prettier, markdwon all-in-one and markdownlint
2020-12-29 21:47:04 +01:00
lnu 0fcf7cc8be feat: replace debug information with a new layout
Similar as Starship timings command
2020-12-29 21:47:04 +01:00