git-warp-time
git-warp-time copied to clipboard
Handle errors better
So far this hasn't gotten much out of the Rusty POC mode that .unwrap()s a lot of stuff, but it should probably get an overhaul with actual error handling. In particular I now non UTF8 filenames that can't be converted are probably going to cause a panic. There are likely others...
Consider eyre?