summaryrefslogtreecommitdiffstats
path: root/src/segment.rs
AgeCommit message (Expand)Author
2020-08-16chore: remove unused name from Segment and remove some of the misleading unde...Tilmann Meyer
2020-04-10fix: Fix variable styles in string formatter (#1069)Zhenhui Xie
2020-04-06improvement: add parser for format strings (#1021)Zhenhui Xie
2020-01-01feat: Add the `starship explain` command (#699)Jon Grythe Stødle
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-16fix: Update Module::is_empty to check value of segments (#332)Neil Kistner
2019-09-14perf: Lazy load files from directory (#335)Nick Young
2019-08-05fix: Address longstanding linter errorsMatan Kushner
2019-06-10Add support for prompt configuration (#62)Matan Kushner
2019-05-01Refactor segments into modules (#40)Matan Kushner
2019-04-15Fix bug in path truncationMatan Kushner
2019-04-13Add fish_promptMatan Kushner
2019-04-12Add some documentation for segmentMatan Kushner
2019-04-12Make segments optionalsMatan Kushner
2019-04-12Remove unnecessary lifetimesMatan Kushner
2019-04-12Use copy to return segmentMatan Kushner
2019-04-12Use builder pattern in char sectionMatan Kushner
2019-04-12Add builder pattern for segmentMatan Kushner