Commit graph

397 commits

Author SHA1 Message Date
kema-dev 7eef6ef82d docs(codecommit): fix typo 2023-09-02 22:03:46 +02:00
Jan De Dobbeleer 2c7aa8c490 docs(pwd): add template context 2023-08-31 08:46:31 +02:00
allcontributors[bot] d60617832d docs: update website/docs/contributors.md [skip ci] 2023-08-30 21:27:08 +02:00
kema dba8b2f7ad
feat(git): add aws codecommit upstream 2023-08-30 21:08:54 +02:00
Jan De Dobbeleer 555e8bf6d2 chore(install): fail install on curl errors 2023-08-28 13:43:15 +02:00
Jan De Dobbeleer b2f3a43d19 fix(project): exclude powershell script analyzer settings file
resolves #4188
2023-08-27 12:06:10 +02:00
allcontributors[bot] e4eb1463a9 docs: update website/docs/contributors.md [skip ci] 2023-08-27 10:26:54 +02:00
Carl Walsh 5e169f1599 docs: fix dead exit link
Fix a dead doc link.
Context: #4084 renamed segment exit -> status.
2023-08-27 10:26:19 +02:00
Jan De Dobbeleer 3b1bf903d9 docs(templates): use correct upper-case .Var 2023-08-25 12:09:54 +02:00
Jan De Dobbeleer 672f108d22 feat(git): add SHA1 to commit metadata 2023-08-25 12:09:54 +02:00
allcontributors[bot] c479971b8b docs: update website/docs/contributors.md [skip ci] 2023-08-18 23:35:24 +02:00
Jan De Dobbeleer 6dbfcc7c1e docs: remove ruby version properties
resolves #4163
2023-08-16 18:49:55 +02:00
Jan De Dobbeleer aa51cd65d0 fix(pwsh): patch PowerShell color bleed
relates to #65
2023-08-09 08:28:35 +02:00
Jan De Dobbeleer c4a1a55f9d docs: add missing Strava connect image
resolves #4130
2023-08-06 09:48:28 +02:00
Jan De Dobbeleer c079e6eacf docs(status): use correct template 2023-08-02 07:28:40 +02:00
Jan De Dobbeleer 8aac0992cd feat(template): add hresult function 2023-07-29 14:59:01 +02:00
Jan De Dobbeleer 0af3029cf1 fix(cursor): allow disabling cursor positioning
resolves #4072
2023-07-24 19:20:41 +02:00
Jan 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 Dobbeleer aacef4b186 feat: add quasar segment 2023-07-21 14:45:31 +02:00
Jan De Dobbeleer 8cd77ae1c2 docs: add ca-certificates info
resolves #4073
2023-07-21 14:45:31 +02:00
Jan De Dobbeleer b27608dd73 feat(kubectl): specify context aliases 2023-07-14 14:00:02 +02:00
Janrey Licas b841fdbc9f chore(update): update theme to v1.2.4 with metadata changes 2023-07-11 12:43:45 +02:00
allcontributors[bot] 2379b4f591 docs: update website/docs/contributors.md [skip ci] 2023-07-10 08:27:18 +02:00
Jen Spinney cca3e053ad feat: use asdf to determine elixir version
In order to speed up version checking for the elixir segment, this change makes
it so that we first ask asdf for the elixir version, which is much faster.

If asdf is not installed or configured, the previous behavior of running
`elixir --version` will be used.

This also makes a minor fix to the elixir documentation, replacing 'flutter' with 'elixir'.
2023-07-10 08:26:44 +02:00
allcontributors[bot] 3ff973befc docs: update website/docs/contributors.md [skip ci] 2023-07-05 14:45:03 +02:00
ChandanChainani bc56421577 fix(install.sh): missing oh-my-posh binary ubuntu 20 2023-07-05 14:44:27 +02:00
allcontributors[bot] 83b68e4f22 docs: update website/docs/contributors.md [skip ci] 2023-06-30 20:44:17 +02:00
Jan De Dobbeleer ab696c3f00 docs: update README to use npm
resolves #4002
2023-06-29 07:56:34 +02:00
nopeless 1374227b41 fix: lucky7 formatting in markdown 2023-06-27 14:41:11 +02:00
allcontributors[bot] 0ee8941eae docs: update website/docs/contributors.md [skip ci] 2023-06-26 10:32:30 +02:00
Jan De Dobbeleer e5b5dcae77 chore(install): clarify sudo command
closes #3991
2023-06-26 10:29:08 +02:00
Jan De Dobbeleer 448bbd302f fix(node): invert .Mismatch logic 2023-06-26 10:29:08 +02:00
Jan De Dobbeleer 32ee6fa7ab feat(scm): allow status override
resolves #3992
2023-06-26 08:50:53 +02:00
allcontributors[bot] 1207d8b6c6 docs: update website/docs/contributors.md [skip ci] 2023-06-22 19:58:50 +02:00
Tavi 1e3eced583
docs: update url to meslo v3 2023-06-22 19:58:18 +02:00
allcontributors[bot] ec3ee10c1e docs: update website/docs/contributors.md [skip ci] 2023-06-20 11:52:20 +02:00
allcontributors[bot] 1ee62231ca docs: update website/docs/contributors.md [skip ci] 2023-06-19 14:52:02 +02:00
Loc Nguyen 007c567c08
docs(fonts): update font name 2023-06-19 14:51:30 +02:00
allcontributors[bot] 9e27ed8ec2 docs: update website/docs/contributors.md [skip ci] 2023-06-19 14:22:51 +02:00
nopeless 06163465e8
feat(execution): lucky7 style 2023-06-19 12:22:17 +00:00
allcontributors[bot] 4139945eb1 docs: update website/docs/contributors.md [skip ci] 2023-06-15 16:29:14 +02:00
Jan De Dobbeleer 4c0c596c2c feat(path): add option to colorize first and last folder 2023-06-15 09:33:16 +02:00
Jan De Dobbeleer ad2780f964 feat(path): add option to format folders 2023-06-13 20:22:42 +02:00
Jan De Dobbeleer eee5198664 feat(fonts): install as user 2023-06-12 20:26:13 +02:00
L. Yeung 2805c1b81a docs(executiontime): remove outdated instructions 2023-06-08 15:36:58 +02:00
allcontributors[bot] 67a919ec3e docs: update website/docs/contributors.md [skip ci] 2023-06-08 07:40:40 +02:00
Bohdan Dorokhin 6e9d072b5f
feat(sitecore): support CLI context switching
BREAKING CHANGE: you will need to migrate your current sitecore segment template
 in case you have a custom one. Have a look at the documentation to see what changed.
2023-06-08 07:40:05 +02:00
Jan De Dobbeleer dd68da8793 feat(git): fetch user information
resolves #3933
2023-06-06 08:06:00 +02:00
Jan De Dobbeleer 50fc40a5fe
chore: update install script for platform detection 2023-06-05 20:53:43 +02:00
allcontributors[bot] 03f1517813 docs: update website/docs/contributors.md [skip ci] 2023-05-28 13:14:31 +02:00