Commit graph

2108 commits

Author SHA1 Message Date
L. Yeung a64bc19698 fix(pwsh): pass --strict flag correctly in initialization 2022-08-10 16:27:34 +02:00
L. Yeung cc1850cfd1 revert(bash): use \001 and \002 as decoration wrapper
This reverts commit 4d1f8f4.
2022-08-10 13:21:00 +02:00
L. Yeung 2eceffc91b docs: tweak tips, cautions and warnings 2022-08-10 13:21:00 +02:00
L. Yeung b19316a0ee docs(nu): add tip on init using OMP installed via Homebrew 2022-08-10 13:21:00 +02:00
L. Yeung d5a8ec3285 fix(pwsh): set initial value for $script:ExecutionTime 2022-08-09 18:59:23 +02:00
allcontributors[bot] 43c13c1762 docs: update .all-contributorsrc [skip ci] 2022-08-09 17:44:55 +02:00
allcontributors[bot] 3b29979f29 docs: update website/docs/contributors.md [skip ci] 2022-08-09 17:44:55 +02:00
Dongyu Li 053e1ab6aa theme(huvix): remove extra {} from executiontime template 2022-08-09 17:42:59 +02:00
L. Yeung 83c1af63b4 refactor(bash): simplify timer 2022-08-09 11:19:43 +02:00
Jan De Dobbeleer 3345017b2d fix(pwsh): validate execution time type
resolves #2633
2022-08-09 10:00:24 +02:00
Jan De Dobbeleer 4e992d48d1 fix(pwsh): set default value for ErrorCode
resolves #2633
2022-08-09 06:59:35 +02:00
L. Yeung db8eac7c5d fix(shell): quote paths properly in init scripts 2022-08-09 06:59:35 +02:00
L. Yeung 2ed2c038af docs(customize): correct environment variable name 2022-08-07 21:19:50 +02:00
L. Yeung 0575e6d78d docs(nushell): revise descriptions about init 2022-08-07 21:19:50 +02:00
Jan De Dobbeleer 4f594f19b1 docs(executiontime): add .FormattedMs to example
resolves #2626
2022-08-07 13:02:46 +02:00
Jan De Dobbeleer 5e1849d82e docs: clarify use of --config 2022-08-07 11:35:52 +02:00
Jan De Dobbeleer 210629fd26 feat: delete expired cache entries on init 2022-08-07 11:35:52 +02:00
L. Yeung f47c30d2df theme(festivetech): remove {{ .Command }} from transient template 2022-08-07 08:00:17 +02:00
Jan De Dobbeleer 929e460c4e refactor(ipify): use generic http request 2022-08-05 22:26:27 +02:00
Jan De Dobbeleer cccb502989 refactor: do generic http request 2022-08-05 22:26:27 +02:00
Nico Glas 64231a790f docs: fixed typo in node.mdx
Documentation for the Node segment had a tiny typo
2022-08-05 14:48:57 +02:00
eduardo e307b2f706 feat(ipfy): add offline response 2022-08-05 12:59:55 +02:00
Jan De Dobbeleer 5f063e80f3 chore(lint): nolint should be written without leading space 2022-08-05 08:38:17 +02:00
Jan De Dobbeleer 35efd3cf00 feat: remove functions to enable prompt features 2022-08-05 08:38:17 +02:00
Jan De Dobbeleer 4d1f8f4ea0 refactor(bash): use \001 and \002 as decoration wrapper 2022-08-05 08:38:17 +02:00
Piotr Kalinowski a2533c8f5b fix(git): better cross-platform path resolution and tests
The simple filepath.IsAbs() is not enough on Windows, where the relative
path may start with a separator and should then be taken relative to the
volume name.

So, introduce resolveGitPath() helper function that will do the right
thing on both Windows and other systems. As a bonus, it returns paths
converted to slashes for ease of use with the rest of the git segment:
- Git for Windows uses only slashes.
- Slashes do work as a path separator on Windows anyway.
- Some tests in git segment still use (and rightfully so) slashes.

Add tests for resolveGitPath() on both types of systems and fix
TestEnableInWorktree using a system-dependent testing constant as a root
path.
2022-08-03 18:20:00 +02:00
Piotr Kalinowski 3895210ab3 fix(git): further fixes for submodule worktrees
filepath.Join() just concatenates paths. We have to check manually for
an absolute path and discard the first component to end up with the
correct path.

Also, fix the tests to demonstrate actual behaviour of git, not what
filepath.Join() was doing.

Additionally, note that on Windows git paths in gitdir use unix
separators, so search for `/worktrees/` instead of using system
separator, just like when processing all the other cases.
2022-08-03 18:20:00 +02:00
Jan De Dobbeleer d678265607 chore(font): execute HTTP requests with context 2022-08-03 18:03:04 +02:00
Jan De Dobbeleer 47265b1bc1 fix(path): map Parent correctly 2022-08-03 18:03:04 +02:00
Jan De Dobbeleer 18e23f93a8 chore: rename platform variables 2022-08-03 18:03:04 +02:00
Jan De Dobbeleer d5f87c81be feat: store template cache and reuse for extra prompts
resolves #2605
2022-08-03 18:03:04 +02:00
Osman Halacoglu 4093b79649 fix: grammar
You can now _Palette references_ > You can now use _Palette references_
2022-08-02 08:38:27 +02:00
Jan De Dobbeleer 89cdd5ce0d docs: update docusaurus 2022-08-01 21:17:35 +02:00
Jan De Dobbeleer 79e76c8f3f feat(path): get parent folder 2022-08-01 07:36:28 +02:00
Jan De Dobbeleer 19a5c65aa1 docs(nu): correct config variable 2022-08-01 07:36:28 +02:00
bendn ff4ff26e3a theme(glowsticks): request timeout 2022-07-31 15:55:38 +02:00
Jan De Dobbeleer 9238f3adbf feat(owm): correct data type for temperature
resolves #2591
2022-07-29 13:44:38 +02:00
lnu 69856f4464 fix(ansi): correct osc7 typo
extra \ removed
2022-07-29 09:49:27 +02:00
Jan De Dobbeleer e36f2c1691 chore: build with go 1.18.4 2022-07-29 08:51:50 +02:00
Jan De Dobbeleer 7d0ac0a930 fix(ansi): correct osc7 format
relates to #2515
2022-07-29 08:51:50 +02:00
L. Yeung 95b0f99906 fix(pwsh): prevent text from disappearing when a tooltip is rendered 2022-07-28 18:47:08 +02:00
L. Yeung 01164cfcc9 feat(tooltip): make .Code property available 2022-07-28 13:27:47 +02:00
L. Yeung 0895aca72e fix(pwsh): tweak the workaround for transient prompt 2022-07-28 12:47:01 +02:00
L. Yeung 6723cba4b2 refactor(pwsh): unify logic of generating prompts 2022-07-28 12:47:01 +02:00
Jan De Dobbeleer c22d0d67be fix(python): do not clear virtualenv in pyenv
resolves #2582
2022-07-28 08:04:37 +02:00
Jan De Dobbeleer 1899896c6d docs: adjust fonts for readability 2022-07-27 13:25:53 +02:00
Jan De Dobbeleer 9a18590107 docs: adjust colors with correct class 2022-07-27 13:25:53 +02:00
Jan De Dobbeleer ca38108af2 docs: update docusaurus 2022-07-27 13:25:53 +02:00
allcontributors[bot] 637def37d6 docs: update .all-contributorsrc [skip ci] 2022-07-27 07:48:25 +02:00
allcontributors[bot] 314eb7d9de docs: update website/docs/contributors.md [skip ci] 2022-07-27 07:48:25 +02:00