Commit graph

592 commits

Author SHA1 Message Date
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
vegchic e7eb8bd3bb fix(doc): remove outdated content for Scoop 2023-05-28 13:13:56 +02:00
allcontributors[bot] c45f063e2f docs: update website/docs/contributors.md [skip ci] 2023-05-25 14:58:29 +02:00
Emil Sundin 7db81b0ad1 fix: installer should treat aarch64 as arm64 2023-05-25 14:57:56 +02:00
allcontributors[bot] 80b68ec56f docs: update website/docs/contributors.md [skip ci] 2023-05-22 15:29:59 +02:00
Gonzalo Brusella a973a75604
docs(executiontime): add always_enabled to example 2023-05-22 15:29:26 +02:00
allcontributors[bot] 84a59b4911 docs: update website/docs/contributors.md [skip ci] 2023-05-21 15:01:37 +02:00
Matthew Miller ed8d89a7cc feat: update Open Weather Map to use Geocoding API
Updated the Open Weather Map Current Weather URL to remove the
deprecated query parameter. Updated the URL to add the supported
latitude and longitude parameters.

Added a call to the Open Wetaher Map Geocoding API to resolve the
location parameter to latitude and longitude values as specified in the
Open Weather Map documentation.

Added properties to the Open Weather Map segment to allow users to
manually specify the latitude and longitude if desired. Doing this will
skip the geocoding API call and ignore the location parameter.

Updated the website documentation for the Open Weather Map segment to
reflect the property changes and explain how to use them.
2023-05-21 15:01:06 +02:00
allcontributors[bot] 9de0af781c docs: update website/docs/contributors.md [skip ci] 2023-05-21 01:20:11 +02:00
allcontributors[bot] 4e6cbf14ad docs: update website/docs/contributors.md [skip ci] 2023-05-19 20:52:22 +02:00
allcontributors[bot] 1123dd0fbe docs: update website/docs/contributors.md [skip ci] 2023-05-18 21:41:37 +02:00
Bas Lijten c5193c9880 feat: new Sitecore context segment 2023-05-18 21:41:05 +02:00
Jan De Dobbeleer f938794ccd feat: upgrade segment 2023-05-18 19:55:29 +02:00
Jan De Dobbeleer e343ded54a chore(install): add warning when destination is not in PATH 2023-05-18 09:30:32 +02:00
allcontributors[bot] 80c91c0fd7 docs: update website/docs/contributors.md [skip ci] 2023-05-17 23:27:56 +02:00
krzysdz 6544815766
feat: shell integration using FinalTerm's OSC sequences 2023-05-17 21:27:21 +00:00
allcontributors[bot] 207a7c8ab7 docs: update website/docs/contributors.md [skip ci] 2023-05-17 20:27:41 +02:00
Jan De Dobbeleer c12d6b50dc chore(install): correct arch for amd64
resolves #3838
2023-05-11 17:20:50 +02:00
Jan De Dobbeleer 221cd7bad2 feat(linux): add installation script
resolves #3815
2023-05-10 20:19:51 +02:00
Jan De Dobbeleer 7d7a8c41c0 docs: add unix install script 2023-05-10 18:00:00 +02:00
Jan De Dobbeleer c57975985f fix(font): migrate away from material icons
resolves #3818
2023-05-09 11:32:04 +02:00
allcontributors[bot] 774ef884bb docs: update website/docs/contributors.md [skip ci] 2023-05-09 11:09:58 +02:00
allcontributors[bot] 1185587fe4 docs: update website/docs/contributors.md [skip ci] 2023-05-09 09:07:11 +02:00
Jan De Dobbeleer 27dc979954
docs: add privacy policy link 2023-05-08 13:35:06 +02:00
Jan De Dobbeleer 9663a29fe6
feat(font): update to Nerd Font V3
BREAKING CHANGE: this deprecates support for Nerd Font V2 and
requires a compatible V3 Nerd Font. Note for users experiencing
issues with icons, update to the latest Nerd Font of your choice
2023-05-08 13:33:59 +02:00
Jan De Dobbeleer 1bcad8819c docs: add privacy policy 2023-05-08 12:44:57 +02:00
Jan De Dobbeleer 531166a35d docs: remove social integration 2023-05-06 20:34:23 +02:00
Jan De Dobbeleer 96b3f01ae7 docs: update bluesky icon color 2023-05-01 10:08:19 +02:00
Jan De Dobbeleer 52e402d439 docs: update social links 2023-04-29 21:51:27 +02:00
Jan De Dobbeleer 7980b01621 docs(faq): clarify spaces in Windows Terminal 2023-04-29 11:58:21 +02:00
Jan De Dobbeleer ebf7e382de docs: redirect old social handle 2023-04-28 14:17:53 +02:00
Jan De Dobbeleer 8352e48e78 docs(mastodon): migrate to hachyderm.io 2023-04-28 11:43:51 +02:00
Jan De Dobbeleer 1b781bb0c1 docs: add webfinger API 2023-04-28 11:13:52 +02:00
allcontributors[bot] 194048989a docs: update website/docs/contributors.md [skip ci] 2023-04-27 16:52:15 +02:00
Jan De Dobbeleer 66ca5ccf1f feat(path): allow coloring the folder_separator_icon on cycle 2023-04-25 20:42:12 +02:00
dependabot[bot] eac88036d1 chore(deps): bump yaml from 2.2.1 to 2.2.2 in /website
Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 18:00:09 +02:00
Jan De Dobbeleer 077e538500 fix(sysinfo): remove CPU context
BREAKING CHANGE: this property isn't used in any of the themes and it's
incorrect as fetching CPU information requires a timer which we don't
want to use as it will make rendering the prompt slower

For users who migrate to this version, remove the .CPU property from
the sysinfo segment's template in case you have that set.

resolves #3730
2023-04-24 09:08:11 +02:00
Jan De Dobbeleer 287f183244 feat: allow segment to override global properties 2023-04-22 12:18:09 +02:00
L. Yeung 14f012308e fix(tooltip): check only the first word of command line 2023-04-21 20:49:03 +02:00
allcontributors[bot] d721a18413 docs: update website/docs/contributors.md [skip ci] 2023-04-21 18:20:56 +02:00
Jan De Dobbeleer facc24d290 feat(path): add colored full path 2023-04-20 07:07:07 +02:00
allcontributors[bot] 5b6243dfe0 docs: update website/docs/contributors.md [skip ci] 2023-04-16 17:17:26 +02:00
Mavaddat Javid 4aa14e218a chore(pwsh): install.ps1 compatibility features 2023-04-16 17:15:32 +02:00
Jan De Dobbeleer cdc560c7bd feat(transient): add Filler 2023-04-15 18:01:25 +02:00
allcontributors[bot] 02c0c6f2b1 docs: update website/docs/contributors.md [skip ci] 2023-04-14 20:33:51 +02:00
Jan De Dobbeleer 2d0ee8c8ab feat(sapling): identify new repo without commits 2023-04-08 11:07:36 +02:00
allcontributors[bot] 5cee8fa244 docs: update website/docs/contributors.md [skip ci] 2023-04-07 20:28:52 +02:00
allcontributors[bot] 8f37a88933 docs: update website/docs/contributors.md [skip ci] 2023-04-07 10:01:20 +02:00
Jason Zhang ddec1197df feat(argocd): add context segment 2023-04-07 10:00:49 +02:00
Jan De Dobbeleer b4b3698ae6 docs(nushell): update nu version 2023-04-05 13:49:50 +02:00
allcontributors[bot] 99f8d80c48
docs: update website/docs/contributors.md [skip ci] 2023-04-05 13:43:49 +02:00
Jan De Dobbeleer 8fe6dd2dcf feat(template): add parsed SHLVL 2023-04-02 19:33:30 +02:00
Jan De Dobbeleer 4ff2dd233e docs: add all supported config formats 2023-03-31 21:17:00 +02:00
Jan De Dobbeleer 17bd13b0fc feat(cftarget): add display_mode 2023-03-28 20:21:56 +02:00
Jan De Dobbeleer d222ce0211 docs(api): do not log full error 2023-03-23 13:41:19 +01:00
Jan De Dobbeleer 6af47a61d5 feat(path): add powerlevel style
resolves #3607
2023-03-21 20:47:17 +01:00
allcontributors[bot] 714df790de docs: update website/docs/contributors.md [skip ci] 2023-03-14 11:41:28 +01:00
Mertsch 1e09120af4
docs: fix text/template link 2023-03-14 11:40:43 +01:00
Jan De Dobbeleer 71f81a0b79 feat(notice): disable/enable upgrade notice 2023-03-13 20:22:31 +01:00
Jan De Dobbeleer c03ee35107 feat(node): export expected version
resolves #3576
2023-03-13 08:14:27 +01:00
allcontributors[bot] 11c17f9caa docs: update website/docs/contributors.md [skip ci] 2023-03-11 10:06:06 +01:00
Janrey Licas e438c8d61e
fix(wakatime)!: rename Cummulative to Cumulative 2023-03-11 10:05:29 +01:00
allcontributors[bot] 8aa15d4389 docs: update website/docs/contributors.md [skip ci] 2023-03-09 09:29:01 +01:00
甘亭 da9fea70d7 docs: fix descriptions of min_width and max_width 2023-03-09 09:28:18 +01:00
allcontributors[bot] 2b5a4c54a6 docs: update website/docs/contributors.md [skip ci] 2023-03-09 09:26:47 +01:00
craftzneko 536dcf334f docs: adjust font installation instructions 2023-03-09 09:26:10 +01:00
Jan De Dobbeleer 5beac7b8fb feat(sapling): add commit description field 2023-03-05 15:14:03 +01:00
Jan De Dobbeleer 5ec65ab373 feat: add docker segment
resolves #3549
2023-03-05 14:45:28 +01:00
Colt a97100f936
perf(unity): implement faster C# version lookups 2023-03-04 08:29:47 +01:00
allcontributors[bot] 79c8e926e3 docs: update website/docs/contributors.md [skip ci] 2023-03-04 08:15:05 +01:00
Jan De Dobbeleer 093f65a030 docs: adjust customize wording 2023-03-01 20:38:54 +01:00
Jan De Dobbeleer c844bd871e fix(ansi): print 256 correctly
resolves #3533
2023-02-26 15:48:28 +01:00
allcontributors[bot] e481080347 docs: update website/docs/contributors.md [skip ci] 2023-02-26 15:38:15 +01:00
Colt 1ceba7d603
feat: add Unity segment 2023-02-26 14:37:37 +00:00
Jan De Dobbeleer ea29c99130 feat: add global variables 2023-02-20 14:18:38 +01:00
Janrey Licas 9d6f2d938b
docs(wakatime): fix table and add subsection for API key 2023-02-19 16:29:30 +01:00
Jan De Dobbeleer 90b8178b91 feat(shell): support xonsh 2023-02-18 16:52:13 +01:00
Jan De Dobbeleer f84e7b209f feat(shell): support elvish 2023-02-18 14:00:10 +01:00
allcontributors[bot] 02c4ec73e0 docs: update website/docs/contributors.md [skip ci] 2023-02-18 10:52:07 +01:00
Jan De Dobbeleer bb15f078bb feat: support tcsh
resolves #3500
2023-02-17 10:17:52 +01:00
jan De Dobbeleer dd32018836 feat: add sapling segment 2023-02-16 15:24:19 +01:00
allcontributors[bot] bd3a6fb5f7 docs: update website/docs/contributors.md [skip ci] 2023-02-15 16:23:50 +01:00
Caitlyn Williams deaf1701b5 docs: add Homebrew information for Nerd Fonts 2023-02-15 16:23:12 +01:00
allcontributors[bot] 7d39650f03 docs: update website/docs/contributors.md [skip ci] 2023-02-10 09:52:28 +01:00
Pablo Díaz-López 4401a4502d
docs: fix if expression to identify terminal 2023-02-10 09:51:53 +01:00
allcontributors[bot] 26084e2c84 docs: update website/docs/contributors.md [skip ci] 2023-02-09 09:14:48 +01:00
Janrey Licas b8275dc7e5 fix(chips): time execution segment coloring and battery states 2023-02-09 09:14:13 +01:00
Jan De Dobbeleer 565f53b117 fix(fish): do not use the iTerm segment 2023-02-05 21:51:16 +01:00
Jan De Dobbeleer 66f7c1baf9 docs: update dependencies 2023-02-05 10:18:04 +01:00
allcontributors[bot] 05df7a8fce docs: update website/docs/contributors.md [skip ci] 2023-02-04 20:37:02 +01:00
Sven Aelterman ca21d6d50f
docs: change account to subscription 2023-02-04 20:36:30 +01:00
Jan De Dobbeleer 38c6f52ab4 docs(bash): clarify full path for git bash 2023-02-04 11:37:28 +01:00
Jan De Dobbeleer 3673267deb docs(faq): add info for zero width character 2023-02-03 09:27:05 +01:00
Jan De Dobbeleer 7aa2ad14fc docs: update instrumentation key 2023-02-02 19:47:14 +01:00
Jan De Dobbeleer 221b2d7d51 feat(shell): restore line logic for zsh and bash 2023-02-02 19:47:14 +01:00
Jan De Dobbeleer bc21ba3aef fix(shell): do not fetch cursor position using ANSI
resolves #3434
2023-02-01 10:42:04 +01:00
Jan De Dobbeleer 2839cd3468 fix: rename robbyrussel to robbyrussell
BREAKING CHANGE: this will require a change in theme setting

resolves #3413
2023-01-27 21:16:46 +01:00
Jan De Dobbeleer a172c7a5ef feat: migrate v3 Nerd Font glyphs 2023-01-27 15:18:43 +01:00
Jan De Dobbeleer c9c3e7fe15 docs: add codepoints csv 2023-01-27 14:30:26 +01:00
dependabot[bot] fb8e5c255e chore(deps): bump ua-parser-js from 0.7.32 to 0.7.33 in /website
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.32...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-27 07:51:54 +01:00
Jan De Dobbeleer 51fd45dc60 feat(git): allow to exclude repo's from status fetching 2023-01-26 19:58:31 +01:00
Jan De Dobbeleer 4033c6f591 docs(templates): add missing custom functions 2023-01-26 19:58:31 +01:00
Jan De Dobbeleer 481878262b feat: ignore empty header line on clear
relates to #3388
2023-01-25 16:14:41 +01:00
Jan De Dobbeleer a7c9ad6f0e docs(pwsh): specify script signage bypass 2023-01-23 07:46:35 +01:00
Jan De Dobbeleer 522a216c00 feat: add .PromptCount
relates to #3388
2023-01-23 07:46:35 +01:00
Jan De Dobbeleer ca57311ef5 feat: add buf segment 2023-01-21 09:40:28 +01:00
Jan De Dobbeleer fd166f3e6e docs: correct link to hyperlinks
resolves #3372
2023-01-17 18:49:53 +01:00
allcontributors[bot] be7bf71cc0 docs: update website/docs/contributors.md [skip ci] 2023-01-14 15:15:44 +01:00
Jan De Dobbeleer f502d1c108 fix(install): 12 implies arm64 on Windows 2023-01-14 11:03:34 +01:00
allcontributors[bot] d4196bff9d docs: update website/docs/contributors.md [skip ci] 2023-01-12 18:34:41 +01:00
jensdevloo c542e658a9
docs: instructions on using NF in VS Code terminal (#3359) 2023-01-12 18:34:00 +01:00
Jan De Dobbeleer 4f83452e84 fix(hyperlink): use unique format to avoid conflicts
BREAKING CHANGE: this can cause existing manual hyperlinks
(`[text](link)`) to stop working. To fix, change those to
the following syntax: `«text»(link)`

resolves #3353
2023-01-12 10:01:16 +01:00
L. Yeung 502c346d9b docs(nu): remove the outdated tip 2023-01-11 16:14:31 +01:00
allcontributors[bot] 29d980b217 docs: update website/docs/contributors.md [skip ci] 2023-01-11 15:25:48 +01:00
David Courtney 822b7c755e feat: add mercurial segment 2023-01-11 15:25:11 +01:00
Jan De Dobbeleer 7dbc3c96ea fix(cycle): cycle in a loop 2023-01-11 13:49:46 +01:00
Jan De Dobbeleer a0a171a3ae docs: update nushell initialisation
resolves #3188
2023-01-10 20:00:37 +01:00
allcontributors[bot] 3923f310b6 docs: update website/docs/contributors.md [skip ci] 2023-01-10 19:42:15 +01:00
David Hrdlička caa2481589 fix(elixir): match on *.exs files too
the `.exs` file extension is used for Elixir scripts, this also
includes project files and tests in Mix projects
2023-01-10 19:41:38 +01:00
Jan De Dobbeleer 86459f9a2f feat: cycle through colors
resolves #3327
2023-01-10 13:54:51 +01:00
Jan De Dobbeleer 6ca3d22b80 fix: adjust Azure DevOps icon
relates to #3336
2023-01-10 13:54:51 +01:00
Jan De Dobbeleer e05c74a3c3 docs(spotify): clarify supported applications
relates to #3310
2023-01-09 15:35:22 +01:00
Jan De Dobbeleer ac4c022a33 docs: adjust tip colors in dark mode 2023-01-09 15:35:22 +01:00
Jan De Dobbeleer a2353d93e7 feat: add vala segment
resolves #3329
2023-01-09 09:18:18 +01:00
Jan De Dobbeleer 2751a243ef feat: add elixir segment
resolves #3314
2023-01-09 09:18:18 +01:00
Jan De Dobbeleer b8c09f92ab feat(git): add commit information
resolves #3331
2023-01-09 09:18:18 +01:00
Jan De Dobbeleer a627be6b64 docs(error): you can't use cross segment properties
relates to #3324
2023-01-09 09:18:18 +01:00
allcontributors[bot] 3463fee622 docs: update website/docs/contributors.md [skip ci] 2023-01-09 07:48:18 +01:00
Jan De Dobbeleer 62a1bf96da feat(git): allow adding own remote icons
resolves #3300
2023-01-06 08:14:05 +01:00
allcontributors[bot] 8cd61fd131 docs: update website/docs/contributors.md [skip ci] 2022-12-30 16:17:52 +01:00
Jan De Dobbeleer cf4aa4ed62 fix(engine): always return a new writer for init
resolves #3268
2022-12-29 21:32:57 +01:00
allcontributors[bot] 1106fb60df docs: update website/docs/contributors.md [skip ci] 2022-12-29 19:45:29 +01:00
NoF0rte 9d81f5a362 feat(style): segment style as a template string 2022-12-29 19:44:50 +01:00
NoF0rte 9e40a1a0dc feat: conditional segment styles 2022-12-29 19:44:50 +01:00
Jan De Dobbeleer 60664e245a feat(git): remove stash and worktree count from template
they are now individual functions so they no longer need a switch
2022-12-28 17:14:29 +01:00
Jan De Dobbeleer 07206e5aae feat(project): add always_enabled and project type 2022-12-27 15:53:31 +01:00
Jan De Dobbeleer 8aca8a2d84 docs(project): add .Error reference 2022-12-27 15:53:31 +01:00
allcontributors[bot] f06543f841 docs: update website/docs/contributors.md [skip ci] 2022-12-25 20:32:52 +01:00
Michael Carman e40cee25f5 docs(svn): add "?" / .Untracked 2022-12-25 20:32:19 +01:00
allcontributors[bot] f9f4200768 docs: update website/docs/contributors.md [skip ci] 2022-12-23 14:46:03 +01:00
Jan De Dobbeleer 4f2efae780 docs: add Discord link 2022-12-23 13:30:56 +01:00
allcontributors[bot] 8bf5201726 docs: update website/docs/contributors.md [skip ci] 2022-12-22 06:33:42 +01:00
Jan De Dobbeleer 4baf6dc5c9 docs(az): add module link 2022-12-21 19:34:30 +01:00
allcontributors[bot] aa05fade4e docs: update website/docs/contributors.md [skip ci] 2022-12-20 20:07:31 +01:00
allcontributors[bot] 41cb8230b8 docs: update website/docs/contributors.md [skip ci] 2022-12-20 18:15:10 +01:00
jooooel f589688f2d docs(git): information about untracked changes 2022-12-20 18:14:34 +01:00
Jan De Dobbeleer dda12ff877 revert(website): update dependencies
this reverts commit 482355be61
2022-12-18 15:36:04 +01:00
Jan De Dobbeleer 2255f9fd44 feat(template): custom compare functions
resolves #3218
2022-12-18 15:02:57 +01:00
Jan De Dobbeleer 80b92505bc fix(template): remove the need for escaping a dot literal 2022-12-18 15:02:57 +01:00
Jan De Dobbeleer c5b7c7fbfc docs(templates): add context for float64 numbers in segment cache
relates to #3218
2022-12-18 15:02:57 +01:00
allcontributors[bot] 0b60ce613a docs: update website/docs/contributors.md [skip ci] 2022-12-18 14:56:31 +01:00
David Anthoff f965dc49aa
feat(project): add support for Julia 2022-12-18 14:55:57 +01:00
Jan De Dobbeleer 482355be61 chore(website): update dependencies 2022-12-14 15:50:57 +01:00
Jan De Dobbeleer e3d6965c99 docs(linux): add architecture context
resolves #3195
2022-12-13 19:14:27 +01:00
allcontributors[bot] caeb128c10 docs: update website/docs/contributors.md [skip ci] 2022-12-06 19:39:17 +01:00
Albert Portnoy 3dd642b608 docs: fix command segment props table 2022-12-06 19:38:39 +01:00
allcontributors[bot] 2db8ff01a2 docs: update website/docs/contributors.md [skip ci] 2022-12-06 07:12:56 +01:00
allcontributors[bot] 67438ede86 docs: update website/docs/contributors.md [skip ci] 2022-12-05 08:31:57 +01:00
allcontributors[bot] b8c2df5384 docs: update website/docs/contributors.md [skip ci] 2022-12-04 10:31:07 +01:00
Ethan 7ac66162a0 docs: fix warning grammar in gitversion.mdx 2022-12-04 10:30:34 +01:00
allcontributors[bot] 055470da4a docs: update website/docs/contributors.md [skip ci] 2022-12-03 11:22:56 +01:00
mirsella 93f6576da0 feat: allow segments to hide based on terminal width 2022-12-03 11:20:06 +01:00
dependabot[bot] 47e1f466ce chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /website
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 07:57:59 +01:00
allcontributors[bot] b4a7b60665 docs: update website/docs/contributors.md [skip ci] 2022-11-30 12:51:41 +01:00
Lemorz56 acd4d01d4d feat: add gitversion segment 2022-11-30 12:51:08 +01:00
Jan De Dobbeleer c82afcba58 chore: add mastobot identity 2022-11-29 09:40:48 +01:00
Jan De Dobbeleer b9dd5c18a8 feat(path): add RootDir property
relates to #3103
2022-11-28 20:38:43 +01:00
allcontributors[bot] 8e93da0837 docs: update website/docs/contributors.md [skip ci] 2022-11-27 14:08:05 +01:00
allcontributors[bot] 3c6908b659 docs: update website/docs/contributors.md [skip ci] 2022-11-27 12:04:29 +01:00
Ted Reed 1c7db480f9 feat(shell): osc51 support
working directory OSC for emacs-libvterm
2022-11-27 10:14:55 +01:00
Jan De Dobbeleer c8fb6322eb feat(os): support for alma and rocky linux
resolves #3101
2022-11-25 13:37:21 +01:00
Gerben Welter 636a5e29fc
feat(os): add Redhat icon 2022-11-22 20:38:30 +01:00
Jan De Dobbeleer 82f3400814 chore: remove prefix and postfix 2022-11-21 19:29:46 +01:00
Y.D.X 67d9a2589e
docs(faq): update about PowerShell UTF-8 2022-11-21 15:52:36 +01:00
Jan De Dobbeleer a5aad7b058 feat(templates): allow querying the segment cache
resolves #3103
2022-11-20 14:04:42 +01:00
Gerben Welter 40a065da5a
docs: convert the Golang RTL icon to a LTR icon 2022-11-19 20:04:09 +01:00
Jan De Dobbeleer 63bb1b4729 feat(cli): toggle segments on/off
resolves #3086
2022-11-17 20:58:00 +01:00
dependabot[bot] 5ee1a494e3 chore(deps): bump loader-utils from 2.0.3 to 2.0.4 in /website
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 08:02:24 +01:00
Cesar V. Sampaio 4dd5d32e0e
docs: adjust typo 2022-11-13 13:25:44 +01:00
Jan De Dobbeleer 3c5629d20c fix: add space after link text 2022-11-12 17:55:04 +01:00
Jan De Dobbeleer c5362c8d2b docs: replace Twitter with Mastodon 2022-11-12 17:45:46 +01:00
Jan De Dobbeleer c140ffdbc8 docs(deps): update to correct versions 2022-11-11 20:23:52 +01:00
Jan De Dobbeleer 18f6db017a chore: rename environment to platform 2022-11-11 20:23:52 +01:00
Jan De Dobbeleer 1729952804 docs: update dependencies 2022-11-09 08:08:47 +01:00
Jan De Dobbeleer 3f83944dc3 docs: add missing version parameter 2022-11-09 08:08:47 +01:00
Jan De Dobbeleer 258a1f18e1 chore(docs): update runtime to node18 2022-11-08 20:57:07 +01:00
dependabot[bot] 0ce34eef12 chore(deps): bump loader-utils from 2.0.2 to 2.0.3 in /website
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 08:12:35 +01:00
Romain Chardiny ae4f8133ca feat(segment): add xmake 2022-11-05 20:10:01 +01:00
Jan De Dobbeleer c156d17577 feat(path): replace child locations
relates to #2962
2022-11-04 21:03:36 +01:00
Oleksandr Babieiev 7ae14646d7 feat(project): enhance project segment with .NET 2022-10-27 13:55:27 +02:00
Janrey Licas 7576a1e9a5 chore(website-export-theme): update screenshot string for chips.omp.json 2022-10-24 14:16:16 +02:00
L. Yeung 6824a0a350
docs(nu): update minimum supported version to 0.70.0 2022-10-19 20:16:40 +02:00
sheldonhull 3e23bd30dd docs: improve zsh example with correct initialization
For zsh, eval isn't the correct way to reload.
Changed to `exec zsh`, which could also be `exec zsh -l` for login shell.

This is helpful when reloading to avoid scope and other issues. See for example a brief write-up [reload-zsh-configuration](https://batsov.com/articles/2022/09/15/reload-zsh-configuration/)
2022-10-18 19:52:01 +02:00
Jan De Dobbeleer 130f890b1f docs(faq): clarify command position
relates to #2959
2022-10-18 13:15:38 +02:00
Jan De Dobbeleer 3efa4df088 feat(palette): conditional palettes 2022-10-14 20:25:00 +02:00
Jan De Dobbeleer e0b28bd2c4 feat(git): disable bare repo's by default
relates to #2913
2022-10-13 08:40:29 +02:00
Jan De Dobbeleer 6980cb55e7 feat: move default theme internally 2022-10-13 08:40:29 +02:00
Michał Zielański 21922aa678
docs: correct link to segment.go 2022-10-12 13:06:04 +02:00
Michał Zielański 1fbd784890
docs(iterm): requires interactive property be set to true 2022-10-12 13:05:42 +02:00
Jan De Dobbeleer e45cd7ea17 feat(git): display when in bare repo 2022-10-10 09:01:11 +02:00
Jan De Dobbeleer 7ecf111ad6 docs: update dependencies 2022-10-07 16:35:57 +02:00
Jan De Dobbeleer 960ad15a3d chore(docs): update runtime to node16 2022-10-07 16:35:57 +02:00
Ashutosh Pandey 02d4e84e4a
docs(gcp): correct template 2022-10-06 11:08:56 +02:00
LNK LEO 4b6b128d74 feat(connection): new segment
BREAKING CHANGE: this will need a manual migration from the wifi
segment to the new connection segment.
2022-10-05 16:16:17 +02:00
Maksym Sevriukov f60b1715bd theme: add catppucin 2022-10-05 16:00:07 +02:00
LNK LEO 38e94e6a59 docs(rust): update doc 2022-10-05 13:26:37 +02:00