oh-my-posh/src
2024-08-21 09:50:37 +02:00
..
build feat: add version -v 2023-07-02 21:11:01 +02:00
cache feat(template): add .PSWD 2024-08-06 14:26:38 +02:00
cli feat(init): add --debug flag 2024-07-25 21:03:10 +02:00
color refactor(color): move background Template to colors 2024-07-25 21:03:10 +02:00
config fix(toml): remove unsupported schema definition 2024-08-09 11:37:05 +02:00
constants
font refactor(font): remove unnecessary string formatting 2024-08-17 10:18:44 +02:00
image fix(image): export with correct file name 2024-07-11 20:51:51 +02:00
log fix(prompt): align right block logic with rprompt 2024-07-10 10:11:48 +02:00
maps refactor: rename concurrent to maps 2024-07-04 11:05:24 +02:00
prompt fix(pwsh): do not clear after valid and error lines 2024-08-20 16:38:34 +02:00
properties refactor: merge net and http under runtime module 2024-07-04 11:05:24 +02:00
regex
runtime fix(notice): check connection using ohmyposh.dev 2024-08-21 09:50:37 +02:00
segments fix(sitecore): replace HasFiles with HasFilesInDir 2024-08-13 08:21:55 +02:00
shell fix(bash): revert respect PROMPT_COMMAND as an array 2024-08-19 08:20:40 +02:00
template feat(template): add .PSWD 2024-08-06 14:26:38 +02:00
terminal fix(bash): avoid unexpected expansions in Bash/Zsh 2024-08-19 08:20:40 +02:00
test fix(sitecore): replace HasFiles with HasFilesInDir 2024-08-13 08:21:55 +02:00
upgrade fix(notice): disable notice when we're not connected 2024-07-22 11:48:12 +02:00
winres
.golangci.yml chore(lint): remove init check 2024-05-04 08:07:47 +02:00
.goreleaser.yml feat(build): sign windows binaries on release 2024-07-09 15:18:07 +02:00
go.mod chore: bump github.com/charmbracelet/bubbles in /src 2024-08-21 00:52:33 +00:00
go.sum chore: bump github.com/charmbracelet/bubbles in /src 2024-08-21 00:52:33 +00:00
main.go feat: add version -v 2023-07-02 21:11:01 +02:00
main_test.go