summaryrefslogtreecommitdiffstats
path: root/src/modules/directory.rs
AgeCommit message (Expand)Author
2019-12-09fix: Truncate long paths in conda environment names (#694)AppleTheGolden
2019-12-06feat: Add prefix config to directory module (#642)Dan Wendorf
2019-11-29fix: Fix panic when using fish-style pwd with unicode symbols (#672)Raidou
2019-10-24fix: Use logical path instead of physical path when available (#398)Zhenhui Xie
2019-10-20Refactor: Remove unnecessary parentheses in if condition (#566)Clément Joly
2019-10-15refactor: Rewrite cmd_duration, directory and env_var module to use module co...Zhenhui Xie
2019-10-15fix: Show leading slash when truncating from root (#526)Keith Wade
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-28feat: Use tilde for home_directory when under version control (#439)yuri
2019-09-20feat: add support for logical paths in directory (#366)Kevin Song
2019-09-20fix: fish_pwd option handles repeated directories properly (#399)Neil Kistner
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
2019-08-26feat: Add ability to use an alternate directory truncation style (#239)Neil Kistner
2019-08-16feat: Add option to control git directory truncation (#165)Saghm Rossi
2019-08-16docs: Fix typo in directory module description (#163)Saghm Rossi
2019-08-05fix: Address longstanding linter errorsMatan Kushner
2019-07-28feat: Allow directory truncation length to be configured (#120)Andrew Dassonville
2019-07-28feat: Use Unix-style slash on Windows (#119)Andrew Dassonville
2019-07-19docs: Add vuepress with initial docs (#99)Tiffany Le-Nguyen
2019-07-14ci: Add GitHub releases to CI (#95)Matan Kushner
2019-07-14chore: Refactor getting string values from config (#94)Matan Kushner
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
2019-06-10Add support for prompt configuration (#62)Matan Kushner
2019-05-19feat: Implement the prompt module for username (#56)Youssef Habri
2019-05-16ci: Fix CI to work with changes to Azure Pipelines build agent (#55)Matan Kushner
2019-05-09Parallelize prompt modules (#46)Matan Kushner
2019-05-01Refactor segments into modules (#40)Matan Kushner
2019-04-26Add the Git branch segment (#32)Matan Kushner
2019-04-23Share dir_files between segments through Context (#16)Matan Kushner
2019-04-19Use "context" to contain run details (#14)Matan Kushner
2019-04-15Add integration tests (#6)Matan Kushner
2019-04-15Add README.md badges (#5)Matan Kushner
2019-04-15Better test and document the dir segmentMatan Kushner
2019-04-15Fix bug in path truncationMatan Kushner
2019-04-12Make segments optionalsMatan Kushner
2019-04-12Remove unnecessary lifetimesMatan Kushner
2019-04-12Use copy to return segmentMatan Kushner
2019-04-11More progress in Node sectionMatan Kushner
2019-04-10Begin writing Node sectionMatan Kushner
2019-04-09Add note and test regarding paths being physicalMatan Kushner
2019-04-08Tidy up dir sectionMatan Kushner
2019-04-08Add a new line before the promptMatan Kushner
2019-04-08Use truncate_path to simplify dirMatan Kushner
2019-04-07A bit of tidying upMatan Kushner
2019-04-07Add proper git project root truncationMatan Kushner
2019-04-07Add some clarifying documentationMatan Kushner
2019-04-07Readd home dir truncationMatan Kushner
2019-04-07Use git project root for truncationMatan Kushner