summary refs log tree commit diff
path: root/src/path
AgeCommit message (Expand)Author
2024-03-12remove a lot of stuff that was part of the shell and does not need to be part...Irene Knapp
2021-03-11refactor everything into smaller modules; move to using async-std; make the r...Irene Knapp
2020-12-29add a FromStr instance for GenericPathComponent, and a new type PathErrorIrene Knapp
2020-12-28the which builtin now sorta works. yay!Irene Knapp
2020-12-26some debug code in the middle of a regexp got checked in. oops.Irene Knapp
2020-12-25refactor path parsing into a separate file, implement some Display traits, etcIrene Knapp
2020-12-25got the path stuff parsing just rightIrene Knapp