Commit graph

578 commits

Author SHA1 Message Date
Laurent Nullens dd6efd618d fix: missing mixed in path style enum
missing mixed in path style enum.
2021-02-28 09:35:01 +01:00
Jan De Dobbeleer dc3f758612 revert: windows arm build
This reverts commit 58c2ca2b59
2021-02-27 16:57:36 +01:00
Jan De Dobbeleer 58c2ca2b59 feat: windows arm build
relates to #461
2021-02-27 16:53:08 +01:00
Jan De Dobbeleer 404a123217 feat: use go embed 2021-02-27 16:48:57 +01:00
Jan De Dobbeleer 67f4f2dad0 feat: build with go 1.16 2021-02-27 16:48:57 +01:00
Jan De Dobbeleer 0ec90a1760 fix(themes): remove incorrect error icon
resolves #418
2021-02-27 13:44:04 +01:00
Jan De Dobbeleer 3fbf785bd9 feat: ansi text formats
resolves #440
2021-02-27 13:19:44 +01:00
Jan De Dobbeleer 2fd823c464 docs(pwsh): remove the beta flag
resolves #446
2021-02-26 06:57:34 +01:00
Jan De Dobbeleer be1ec7bea3 feat(os): show/hide distro name
resolves #443
2021-02-26 06:57:34 +01:00
Jan De Dobbeleer ae8e6d6ccb refactor: session tests
relates to #453
2021-02-25 12:08:59 +01:00
Joseph Petersen daf324781b fix(session): use DefaultUserName 2021-02-25 08:14:19 +01:00
Jan De Dobbeleer 7377f31d70 fix(scoop): add executables to PATH
resolves #449
2021-02-24 13:13:10 +01:00
Jan De Dobbeleer 58f1789415 feat(session): default user override
resolves #447
2021-02-24 10:12:47 +01:00
Brian Surowiec 1a907f3c48 chore: add color format to schema 2021-02-22 08:51:58 +01:00
Jan De Dobbeleer 2ab7ff94d7 feat(git): branch status switch
resolves #438
2021-02-19 19:40:13 +01:00
Vixb 0c17b30dc6 chore: rename repository of oh-my-posh2 2021-02-19 07:50:56 +01:00
Phil Scott 94c2b00d4e feat: add hotstick theme
Adding a simple theme that uses only the base powerline characters.

Should help users who want to start with a prompt with Cascadia Code PL
2021-02-18 19:42:21 +01:00
Jan De Dobbeleer 734158a8a3 refactor: universal display_default
relates to #380
2021-02-18 19:11:55 +01:00
Jan De Dobbeleer 59b0595c5b fix(pwsh): do not validate permissions before set
the current implementation is too flacky and breaks the module on
certain unix systems

relates to #393
2021-02-18 17:07:19 +01:00
Jan De Dobbeleer f92904af5e docs(pwsh): correct theme export guide 2021-02-18 10:46:33 +01:00
Jan De Dobbeleer 9b137827e1 fix(pwsh): correct encoding for config export
resolves #425
2021-02-18 10:46:21 +01:00
Jan De Dobbeleer de498044c9 fix(go): support 1.16
resolves #428
2021-02-18 08:49:25 +01:00
Jan De Dobbeleer c7db86ed4c fix(language): do not parse version when empty
relates to #423
2021-02-16 13:58:12 +01:00
Laurent Nullens 6dc9ded7a4 fix: missed repo rename in ys theme file 2021-02-16 10:01:15 +01:00
Jan De Dobbeleer 78c1db9d46 docs: typo fix 2021-02-16 09:00:02 +01:00
Jan De Dobbeleer e51685607d feat(pwsh): move out of beta 2021-02-16 09:00:02 +01:00
Jan De Dobbeleer b59b4197dc chore: rename repository 2021-02-16 09:00:02 +01:00
Elsa 32c534731a feat: add ys theme 2021-02-16 07:06:59 +01:00
Jan De Dobbeleer 87af930b75 fix: switch for OSC99 2021-02-15 23:23:44 +01:00
Jan De Dobbeleer 853eaa3890 feat(session): support text template
relates to #376
2021-02-15 23:23:44 +01:00
Jan De Dobbeleer 507906009d feat(battery): support color templates
relates to #376
2021-02-15 23:23:44 +01:00
Jan De Dobbeleer 0da40e6aa7 feat(node): version mismatch color
resolves #378
2021-02-15 23:23:44 +01:00
Asaf Mahlev c71c5e86cb feat: added Mixed path option - displays the path if it's short enough 2021-02-15 17:03:35 +01:00
Jan De Dobbeleer 4750d19d86 chore: add color templates to schema 2021-02-15 13:36:42 +01:00
Jan De Dobbeleer 0d87942fe3 refactor: session segment template properties 2021-02-15 13:36:42 +01:00
Jan De Dobbeleer 9aa813b7af docs: color templates explanation
relates to #397
2021-02-15 13:36:42 +01:00
lnu b0562a38b8 feat: transform wsl path to windows folder 2021-02-15 11:14:50 +01:00
lnu 6add3bf2a0 fix: avoid error when duplicating wsl tab
use same osc escape code everywhere

detect wsl using env variable
2021-02-15 09:14:17 +01:00
Jan De Dobbeleer 860eeb478a feat: support osc9;9
resolves #409
2021-02-14 14:54:02 +01:00
Jan De Dobbeleer 9457be3990 refactor: hide erorr for languages
resolves #400
2021-02-14 13:08:50 +01:00
Jan De Dobbeleer 375184cf0e feat: allow color templates
relates to #397
2021-02-13 19:22:36 +01:00
TravisTX acfda5c9ca feat: add display_error to kubectl 2021-02-12 22:14:58 +01:00
Jan De Dobbeleer 616cc3a685 docs: aws segment 2021-02-12 12:59:07 +01:00
Jan De Dobbeleer 3c1c0f87df feat: sprig template functions
relates to #397
2021-02-12 12:59:07 +01:00
Jan De Dobbeleer 9db255e06f fix(pwsh): do not check for write permissions
as this permission is already present, it does not set executable
permissions when needed rsulting is a crashing command

resolves #393
2021-02-11 19:18:51 +01:00
Jan De Dobbeleer b830ae662a revert: use concurrent map for command caching
This reverts commit 509309c412.

resolves #394
2021-02-11 17:11:02 +01:00
TravisTX 731ebf6f9a feat: kubectl namespace 2021-02-11 07:06:40 +01:00
Jan De Dobbeleer bf44a446be feat: aws segment 2021-02-10 15:15:13 +01:00
Jan De Dobbeleer 440ff16a80 refactor: generic text templating 2021-02-10 15:15:13 +01:00
Jan De Dobbeleer 7e1a5ecdc5 refactor(pwsh): remove Set-Theme from V2 deprecation list
this conflicts with other tooling such as Terminal-Icons that also
has a Set-Theme cmdlet. Overriding this will break that functionality.

relates to #382
2021-02-07 07:39:50 +01:00