Commit graph

508 commits

Author SHA1 Message Date
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
Jan De Dobbeleer f4027bd7b3 feat: version file mismatch indication
relates to #378
2021-02-07 07:39:50 +01:00
Jan De Dobbeleer ae10564f2b refactor: remove MissingCommandText 2021-02-07 07:39:50 +01:00
Jan De Dobbeleer a3a58feb0e feat(node): support .nvm files 2021-02-07 07:39:50 +01:00
Carlos Alberto Costa Beppler 3729dee16e feat: add the User and Host properties to the console title template 2021-02-06 23:05:41 +01:00
TravisTX 55fb04335e fix: theme completion 2021-02-06 07:41:29 +01:00
Jan De Dobbeleer ef6f7fc63c docs: language cleanup 2021-02-04 17:05:46 +01:00
Jan De Dobbeleer 07a258a47e docs: ruby segment 2021-02-04 17:05:46 +01:00
Jan De Dobbeleer 1ba666fe97 refactor: align ruby with language 2021-02-04 17:05:46 +01:00
Jan De Dobbeleer c43cbac284 refactor: generic language support 2021-02-04 17:05:46 +01:00
Jan De Dobbeleer 7e813893ed feat: support for ruby 2021-02-04 17:05:46 +01:00
Jan De Dobbeleer 509309c412 fix: use concurrent map for command caching
relates to #333
2021-01-29 19:31:00 +01:00
Jan De Dobbeleer 7aeb61ba86 feat: inno installer for Windows 2021-01-28 22:01:11 +01:00
Jan De Dobbeleer af4b1c6c39 refactor(docs): update dependencies 2021-01-25 12:52:17 +01:00
lnu 59c81f3a9f feat: release notes hyperlink for all languages
If version enabled and hyperlink enabled(global level), an hyperlink to
the release notes of the current version is generated.
The regex and the url template can be modified in the json template.
2021-01-25 08:55:42 +01:00
Jan De Dobbeleer 7a4d2e175b refactor: allow color overrides in git status icons
resolves #368
2021-01-24 19:30:55 +01:00
Rob Cannon 5a57cffcdd fix: check permissions before attempting chmod
closes #363
2021-01-24 13:14:55 +01:00
sky96111 82ed4af5f4 theme: introduce Pure
closes #369
2021-01-24 13:14:55 +01:00
Jan De Dobbeleer c35fd00a4b refactor: unified installation guide 2021-01-24 13:14:55 +01:00
Travis Illig cdc9ff9bfc docs: unify language segment docs 2021-01-22 19:22:35 +01:00
Jan De Dobbeleer 2af3e672fd fix(python): restore CONDA_DEFAULT_ENV
resolves #360
2021-01-20 19:09:11 +01:00