Open s0lst1ce opened 2 years ago
This looks even better with ligatures (ex: FiraCode font). Here's what a part of the previous example looks like:
The relevant part of the tree
command from cargo seems to be here https://github.com/rust-lang/cargo/blob/master/src/cargo/ops/tree/graph.rs
The tree command is really great, especially when you only want to restore select parts of your partition. However the way it's displayed is a little subpar in my opinion. I think it'd be much better if the data was displayed (or had an option to) as follows:
This is an example of what
cargo tree
produces, which I find much easier to follow.If you think this would be better suited for an external tool instead of making it the default, maybe we could provide such a tool alongside the
main.py
program?