summaryrefslogtreecommitdiffstats
path: root/src/modules/directory.rs
AgeCommit message (Expand)Author
2021-04-10test: allow running tests as root (#2571)David Knaack
2021-04-02style(directory): Add comments for test settings (#2538)Thomas O'Donnell
2021-03-31test(directory): fix on windows without admin (#2497)David Knaack
2021-02-14fix(directory): contract git repo with display path (#2304)David Knaack
2021-02-13fix(directory): Handle non-UTF-8 folder names (#2303)David Knaack
2021-02-11refactor(clippy): fix new lints (#2297)David Knaack
2021-02-08refactor(directory): Introduce `logical-path` argument which allows a shell t...Benjamin Fox
2021-01-24feat(directory): Add home directory symbol (#2198)Rodrigo Suárez
2021-01-19test: avoid setting $HOME (#2155)David Knaack
2020-10-13fix(directory): preserve substitution order (#1782)David Knaack
2020-10-06feat(directory): strip Microsoft.PowerShell.Core\FileSystem:: prefix on windo...David Knaack
2020-10-03feat(directory): add ellipsis to truncated paths (#1563)Jeremy Hilliker
2020-10-02fix(readonly): change module to match docs (#1728)David Knaack
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
2020-08-14fix(test/dir): make lock thread-safe (#1575)David Knaack
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-08-02refactor(directory/lock): fix clippy, replace str with Path (#1544)David Knaack
2020-07-30Do not check readonly on network locations (#1506)Alexey Chernyshov
2020-07-13feat(directory): Show lock symbol if current directory is read only (#1298)Alexey Chernyshov
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-06-22build(deps): bump path-slash from 0.1.1 to 0.1.2 (#1377)dependabot-preview[bot]
2020-06-20Replace `dirs` with `dirs-next` dependency (#1361)Julian Gehring
2020-06-17fix(directory): Fix path contractions for symlinked git repos (#1299)SeongChan Lee
2020-05-31feat(directory): Add directory substitutions (#1183)Radu Butoi
2020-04-30fix(directory): avoid confusing modules with PowerShell paths (#1114)Jean Gautier
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