oh-my-posh/src
2024-06-17 15:59:29 +02:00
..
ansi fix(ansi): escape prompt sequences correctly 2024-06-16 14:19:32 +02:00
build
cli feat(upgrade): auto upgrade 2024-06-14 17:58:48 +02:00
constants refactor: move segments to module 2022-02-03 10:44:18 +01:00
engine feat(node): add PNPM segment and update Node context 2024-06-17 08:41:33 +02:00
font feat(font): reload font cache on unix systems 2024-06-10 16:25:36 +02:00
http chore: fix function typo 2023-09-19 19:35:23 +02:00
log
mock feat(language): cache version info 2024-01-21 14:06:49 +01:00
platform feat(template): add .AbsolutePWD 2024-06-13 15:03:51 +02:00
properties
regex
segments feat(path): enable templates for max_width 2024-06-17 15:59:29 +02:00
shell refactor(bash): use default value for COLUMNS 2024-06-17 15:59:29 +02:00
template feat(path): enable templates for max_width 2024-06-17 15:59:29 +02:00
test
upgrade fix(upgrade): align notice with platform 2024-06-14 19:01:34 +02:00
winres feat(windows): manifest file 2022-08-26 22:28:26 +02:00
.golangci.yml chore(lint): remove init check 2024-05-04 08:07:47 +02:00
.goreleaser.yml chore: bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 2024-06-06 12:51:42 +00:00
go.mod chore: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in /src 2024-06-17 01:05:49 +00:00
go.sum chore: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in /src 2024-06-17 01:05:49 +00:00
main.go feat: add version -v 2023-07-02 21:11:01 +02:00
main_test.go