Commit graph

514 commits

Author SHA1 Message Date
Jan De Dobbeleer 614d3ac2d5 chore(schema): correct links 2024-08-01 07:48:44 +02:00
Yash-Garg dca6a52300 feat: add nix-shell segment 2024-08-01 07:48:44 +02:00
Jan De Dobbeleer 7a6478269c feat(git): mapped branches
resolves #4979
2024-07-27 11:25:12 +02:00
Felipe Zorzo 8759171096 feat(maven): add segment 2024-07-25 17:32:53 +02:00
George Schizas 02e06f9cb5 docs: fix a few broken link in themes' json schema 2024-07-18 15:44:17 +02:00
Jan De Dobbeleer b103581ed6 refactor(prompt): explicitly enable cursor positioning 2024-07-08 16:53:01 +02:00
Jan De Dobbeleer 8b6933160a feat(transient): allow setting a newline 2024-07-06 10:33:36 +02:00
Jan De Dobbeleer 6ee743793a feat(block): allow leading and trailing diamond
relates to #5121
2024-06-21 13:52:57 +02:00
Jan De Dobbeleer b6f5999e21 feat(path): allow displaying the cygwin style path
resolves #5074
2024-06-20 12:27:25 +02:00
Michael Schwobe 9b62e69348 feat(node): add Yarn segment and fix PNPM docs 2024-06-19 17:34:51 +02:00
L. Yeung e25d271d32 docs: add missing auto_upgrade setting 2024-06-19 06:51:52 +02:00
Jan De Dobbeleer 33ac83551e feat(path): enable templates for max_width
resolves #5097
2024-06-17 15:59:29 +02:00
Michael Schwobe 6554dbf9d4 feat(node): add PNPM segment and update Node context 2024-06-17 08:41:33 +02:00
Aaron Powell 59ebe57b19 feat(azd): add Azure Developer CLI segment
resolves #4702
2024-06-12 12:21:48 +02:00
Joxtacy 27b193b8c5 feat(segment): add bun 2024-06-10 11:33:44 +02:00
Arjan Schrijver d20bf0f881 feat(git): add icon for Codeberg upstream 2024-06-03 14:00:22 +02:00
LNKLEO 722073b52f feat(owm): only use location for api call
BREAKING CHANGE: location is now required instead of latitude
and longitude
2024-05-29 17:25:18 +02:00
Jan De Dobbeleer be47940d00 feat(powerline): add leading_powerline_symbol 2024-05-23 09:55:37 +02:00
Jan De Dobbeleer e7a10ac029 feat(iterm): add iTerm features to the root configuration
BREAKING CHANGE: The iTerm segment has been removed and its features
have been added to the root configuration. To re-enable the iTerm
features, remove the iTerm segment and add the following to your
oh-my-posh configuration:

```json
{
  "iterm_features": ["prompt_mark", "current_dir", "remote_host"]
}
```

Choose this option if you want to enable the prompt mark for shell
integration and/or enable current directory and remote host in the
iTerm status bar.
2024-05-19 14:13:01 +02:00
Yash Mistry 6177afd423
theme(montys): add space to status template 2024-05-13 08:29:01 +02:00
Jan De Dobbeleer adf97352d0 feat(notice): disable from configuration
resolves #4902
2024-05-06 20:52:45 +02:00
Timothy Huber 5ab6a147cc theme(tiwahu): better contrast for git segment in vs code terminal 2024-05-06 09:58:31 +02:00
Ivan f03c6cb00c
feat(segment): add talosctl 2024-05-04 07:56:15 +02:00
ivan-the-terrible baf3adbed2 fix(schema): remove nonexistent targets from URLs 2024-05-01 18:25:49 +02:00
ivan-the-terrible b460faeda7 fix(schema): update max and min cols to width 2024-05-01 18:25:49 +02:00
MarkDaveny 6698b71f10 chore: fix some typos in comments
Signed-off-by: MarkDaveny <peicuiping@aliyun.com>
2024-04-29 21:54:31 +02:00
Jack Tracey 71c801d312
theme(jtracey93): adjust status and executiontime 2024-04-22 08:26:57 +02:00
Bondrake a03c4f3f5e fix: update all themes to Nerd Font 3.0+ unicode icon locations 2024-04-20 08:46:20 +02:00
Ivan 659a57f013
feat(nightscout): add headers property 2024-04-19 23:09:00 +02:00
Bondrake 1055f69ec7 fix: prompt termination in devious-diamonds.omp.yaml
The " \b" in this template was causing issues with non-deletable characters when you used tab to pop up suggestions in zsh.
The approach of inserting an invisible character if not root preserves  the trailing diamond without introducing spacing issues.
2024-04-19 16:34:23 +02:00
ivan-the-terrible 7fc2b70fb3 feat(segment): firebase segment 2024-04-18 14:51:00 +02:00
ivan-the-terrible 2b5a62386b docs: add default column to properties table 2024-04-17 13:24:18 +02:00
Ivan 4e22e4987d
chore(schema): add missing properties 2024-04-02 21:03:24 +02:00
ivan-the-terrible 519784c240 fix: added missing segment types to enum 2024-03-30 15:51:36 +01:00
Jan De Dobbeleer 2596022db3 theme(atomic): print right block correctly 2024-03-15 09:10:03 +01:00
Luca Zecca 8791965f3f feat: add pulumi segment 2024-03-14 08:47:58 +01:00
Shravan Asati 5d24a56b2e theme(atomic): add space between double width icons 2024-03-05 12:59:44 +01:00
Jan De Dobbeleer 9e7237a89f fix(themes): adjust themes for correct rendering 2024-02-15 20:27:20 +01:00
srpmtt b8830a683a feat: react segment 2024-01-21 14:25:56 +01:00
Thomas 05ebd8b8ce
theme(capr4n): correct spacing
Added Whitespace between Icon and Time
2024-01-17 18:27:06 +01:00
srpmtt 5786720f21
feat: ocaml segment 2024-01-15 19:48:03 +01:00
Christopher Narowski e976ce89c1 fix: correct theme memory display template for byte-to-gigabyte conversion
Updated conversion factor from 1000000000 to 1073741824. This change ensures memory usage is correctly displayed as a gigabyte (2^30 bytes).
2023-12-19 18:38:36 +01:00
Somoy Subandhu bd87e7a14f
theme(clean-detailed): adjust memory calculation 2023-11-29 11:04:14 +01:00
Jan De Dobbeleer 1298129b87 refactor: use the same string for API key properties 2023-11-09 17:40:26 +01:00
Snow cf3dc7c069 feat(segment): add lastfm 2023-11-09 17:40:26 +01:00
Tend 8b0854a424
feat(segment): add bazel 2023-11-09 09:31:48 +00:00
Thiago Barros 5f0e13c193 theme: adjusts white space between words and icons 2023-11-07 06:46:44 +01:00
Jan De Dobbeleer a219b65ccf theme(velvet): adjust heart icon
resolves #4374
2023-11-06 17:57:33 +01:00
Alex Potter 5655bb4e6d feat: carbon intensity segment 2023-11-01 11:49:44 +01:00
Mateusz Bajorek 4b1fbb8860 fix(themes): yarn nerdfont 3.x icon codepoint 2023-10-30 14:15:48 +01:00