mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 11:59:40 -08:00
bashcmdfishfish-shellgitgolanghacktoberfestnerd-fontsnushellpowerlinepowershellpromptprompt-toolkitshell-promptstarshiptooltipszsh
8978038a3c
On Windows, when in the registry, os.Getwd() returns the previous path rather than the registry location. Settings PWD as an environment variable might seem hacky but it's the only way to resolve this. Resolves #40 |
||
---|---|---|
.github | ||
.vscode | ||
docs | ||
packages/powershell/oh-my-posh | ||
themes | ||
commitlint.config.js | ||
.gitignore | ||
CONTRIBUTING.md | ||
COPYING | ||
engine.go | ||
environment.go | ||
environment_test.go | ||
environment_unix.go | ||
environment_windows.go | ||
Gopkg.lock | ||
Gopkg.toml | ||
main.go | ||
properties.go | ||
properties_test.go | ||
README.md | ||
renderer.go | ||
renderer_test.go | ||
segment.go | ||
segment_battery.go | ||
segment_battery_test.go | ||
segment_command.go | ||
segment_command_test.go | ||
segment_exit.go | ||
segment_exit_test.go | ||
segment_git.go | ||
segment_git_test.go | ||
segment_node.go | ||
segment_node_test.go | ||
segment_os.go | ||
segment_os_test.go | ||
segment_path.go | ||
segment_path_test.go | ||
segment_python.go | ||
segment_python_test.go | ||
segment_root.go | ||
segment_session.go | ||
segment_session_test.go | ||
segment_shell.go | ||
segment_shell_test.go | ||
segment_spotify.go | ||
segment_spotify_test.go | ||
segment_test.go | ||
segment_text.go | ||
segment_time.go | ||
settings.go |
A prompt theme engine for any shell
What started as the offspring of oh-my-posh 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 ❤
Features
- Shell independant
- Git status indications
- Failed command indication
- Admin indication
- Current session indications
- Language info
- Shell info
- Configurable
Documentation
Roadmap
- CI
- Github Releases
- Create documentation for manual installation
- Create documentation on the different segments
- Create easy installation packages
- Powershell
- Brew
- Chocolatey
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)