The most customisable and low-latency cross platform/shell prompt renderer
Find a file
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
.devcontainer revert: debug theme is json 2022-06-03 20:30:05 +02:00
.github chore: build with go 1.18.4 2022-07-29 08:51:50 +02:00
.vscode chore: launch API correctly 2022-07-12 20:53:09 +02:00
packages fix(inno): provide file digest algorithm 2022-07-06 07:22:30 +02:00
src fix(git): further fixes for submodule worktrees 2022-08-03 18:20:00 +02:00
themes theme(glowsticks): request timeout 2022-07-31 15:55:38 +02:00
website fix(path): map Parent correctly 2022-08-03 18:03:04 +02:00
.all-contributorsrc docs: update .all-contributorsrc [skip ci] 2022-07-27 07:48:25 +02:00
.commitlintrc.yml chore: add commitlint type config 2020-12-26 14:20:10 +01:00
.editorconfig refactor: linting checks for all platforms 2020-11-12 14:04:52 +01:00
.gitattributes refactor: linting checks for all platforms 2020-11-12 14:04:52 +01:00
.gitignore feat(pwsh): expose errorcode to transient prompt 2022-03-25 08:54:56 +01:00
.markdownlint.yaml docs(wifi): fix config block 2021-11-25 07:33:43 +01:00
.markdownlintignore chore: replace .md linter 2021-04-24 19:34:09 +02:00
.versionrc.json docs(segments): revise descriptions for language segments 2022-05-12 17:25:45 +02:00
CODE_OF_CONDUCT.md chore: add code of conduct 2022-04-22 12:59:08 +02:00
CONTRIBUTING.md docs: add codespaces badge 2022-07-27 07:48:00 +02:00
COPYING chore: adjust license 2022-02-28 07:48:03 +01:00
cosign.pub feat: sign releases with cosign 2021-12-02 22:53:04 +01:00
README.md chore: remove the powershell module 2022-05-19 08:04:13 +02:00

Oh My Posh – Prompt theme engine for any shell

Release Status

Release Documentation

GitHub Downloads

Twitter

This repo was made with love using GitKraken.

GitKraken shield

What started as the offspring of oh-my-posh2 for PowerShell resulted in a cross platform, highly customizable and extensible prompt theme engine. After 4 years of working on oh-my-posh, a modern and more efficient tool was needed to suit my personal needs.

❤ Support ❤

Swag - Show your love with a t-shirt!

GitHub - One time support, or a recurring donation?

Ko-Fi - No coffee, no code.

Features

  • Shell and platform agnostic
  • Easily configurable
  • The most configurable prompt utility
  • Fast
  • Secondary prompt
  • Right prompt
  • Transient prompt

Documentation

Documentation

Thanks

  • Chris Benti for providing the first influence to start oh-my-posh
  • Keith Dahlby for creating posh-git and making life more enjoyable
  • Robby Russel for creating oh-my-zsh, without him this would probably not be here
  • Janne Mareike Koschinski for providing information on how to get certain information using Go (and the amazing README)
  • Starship for creating an amazing way to initialize the prompt