Closed ll-nick closed 1 month ago
toAbsolutePath
into Path
class or similarOk, should be good to go now. This is now the naive approach without boost or pretty paths but it is toggleable via p
(default is off) and minimally invasive.
We should print the keybindings somewhere, but since that is a separate issue (#57 ) I would merge this one regardless.
Here's a basic implementation of how we could render the planned path. This is what it looks like:
A couple of things I would like to discuss before finalizing this PR:
Command
up somehow to give us the "absolute path"? The implementation right now kind of duplicates thetoAbsolutePath
function to keep the interfaces clean.@orzechow Let's discuss this one later.